Html Css Color HEX #720E56 Pompadour

📋 copy color: '#720E56'

red 114 ◦ green 14 ◦ blue 86

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

Shades of Pompadour #720E56

Tints of Pompadour #720E56

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.54%

 BLUE value IS 86 (33.98% from 255) = 40.19%

R = 53.27%
G = 6.54%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#720E56 (or 0x720E56) is known color: Pompadour. HEX triplet: 72, 0E and 56. RGB value is (114,14,86). Sum of RGB (Red+Green+Blue) = 114+14+86=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #720E56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720E56 is #8DF1A9. Grayscale: #333333. Windows color (decimal): -9302442 or 5639794. OLE color: 5639794.

HSL color Cylindrical-coordinate representation of color #720E56: hue angle of 316.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #720E56 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 14 86 -
CMYK 0 0.88 0.25 0.55
HSL 316.8º 0.78% 0.25% -
HSV(B) 316.8º 0.88% 0.45% -
XYZ 8.78 4.56 9.22 -
YUV 52.11 147.13 172.15 -
System Red Green Blue C M Y K H S L
Decimal 114 14 86 0 0.88 0.25 0.55 316.8 0.78 0.25
Hex 72 E 56 0 58 19 37 13D 4E 19
Octal 162 16 126 0 130 31 67 475 116 31
Binary 1110010 1110 1010110 0 1011000 11001 110111 100111101 1001110 11001

Color Harmonies of #720E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720E56

Black with #720E56

Text Example


Text Example

White with #720E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720E56; }

 p { color: rgb(114,14,86); }

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

background-color css

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

 a { background-color: rgb(114,14,86); }

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

border-color css

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

 span { border-color: rgb(114,14,86); }

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