Html Css Color HEX #720C5E Palatinate Purple

📋 copy color: '#720C5E'

red 114 ◦ green 12 ◦ blue 94

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

Shades of Palatinate Purple #720C5E

Tints of Palatinate Purple #720C5E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.45%

 BLUE value IS 94 (37.11% from 255) = 42.73%

R = 51.82%
G = 5.45%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#720C5E (or 0x720C5E) is known color: Palatinate Purple. HEX triplet: 72, 0C and 5E. RGB value is (114,12,94). Sum of RGB (Red+Green+Blue) = 114+12+94=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #720C5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720C5E is #8DF3A1. Grayscale: #333333. Windows color (decimal): -9302946 or 6163570. OLE color: 6163570.

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

Color convert

RGB 114 12 94 -
CMYK 0 0.89 0.18 0.55
HSL 311.76º 0.81% 0.25% -
HSV(B) 311.76º 0.89% 0.45% -
XYZ 9.09 4.65 11.01 -
YUV 51.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 114 12 94 0 0.89 0.18 0.55 311.76 0.81 0.25
Hex 72 C 5E 0 59 12 37 138 51 19
Octal 162 14 136 0 131 22 67 470 121 31
Binary 1110010 1100 1011110 0 1011001 10010 110111 100111000 1010001 11001

Color Harmonies of #720C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720C5E

Black with #720C5E

Text Example


Text Example

White with #720C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,12,94); }

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

background-color css

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

 a { background-color: rgb(114,12,94); }

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

border-color css

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

 span { border-color: rgb(114,12,94); }

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