Html Css Color HEX #720297 Purple

📋 copy color: '#720297'

red 114 ◦ green 2 ◦ blue 151

#720297
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #720297

Tints of Purple #720297

RGB

 RED value IS 114 (44.92% from 255) = 42.7%

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 151 (59.38% from 255) = 56.55%

R = 42.7%
G = 0.75%
B = 56.55%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#720297 (or 0x720297) is known color: Purple. HEX triplet: 72, 02 and 97. RGB value is (114,2,151). Sum of RGB (Red+Green+Blue) = 114+2+151=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 151 (59.38% from 255 or 56.55% from 267); Max value from RGB is 151 - color contains mainly: blue. Hex color #720297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720297 is #8DFD68. Grayscale: #333333. Windows color (decimal): -9305449 or 9896562. OLE color: 9896562.

HSL color Cylindrical-coordinate representation of color #720297: hue angle of 285.1º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720297 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 2 151 -
CMYK 0.25 0.99 0 0.41
HSL 285.1º 0.97% 0.3% -
HSV(B) 285.1º 0.99% 0.59% -
XYZ 12.55 5.86 29.75 -
YUV 52.47 183.61 171.88 -
System Red Green Blue C M Y K H S L
Decimal 114 2 151 0.25 0.99 0 0.41 285.1 0.97 0.3
Hex 72 2 97 19 63 0 29 11D 61 1E
Octal 162 2 227 31 143 0 51 435 141 36
Binary 1110010 10 10010111 11001 1100011 0 101001 100011101 1100001 11110

Color Harmonies of #720297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720297

Black with #720297

Text Example


Text Example

White with #720297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720297; }

 p { color: rgb(114,2,151); }

 H1.HeaderClassName
 {
   color: #720297;
 }
 .AnyTagClassName
 {
   color: #720297;
 }
</style>

background-color css

<style>
 a { background-color: #720297; }

 a { background-color: rgb(114,2,151); }

 div.DivClassName
 {
   background-color: #720297;
 }
 .BgClassName
 {
   background-color: #720297;
 }
</style>

border-color css

<style>
 span { border-color: #720297; }

 span { border-color: rgb(114,2,151); }

 td.TdClassName
 {
   border-color: #720297;
 }
 .TagClassName
 {
   border-color: #720297;
 }
</style>