Html Css Color HEX #720C5F Palatinate Purple

📋 copy color: '#720C5F'

red 114 ◦ green 12 ◦ blue 95

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

Shades of Palatinate Purple #720C5F

Tints of Palatinate Purple #720C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.99%

R = 51.58%
G = 5.43%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#720C5F (or 0x720C5F) is known color: Palatinate Purple. HEX triplet: 72, 0C and 5F. RGB value is (114,12,95). Sum of RGB (Red+Green+Blue) = 114+12+95=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #720C5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720C5F is #8DF3A0. Grayscale: #333333. Windows color (decimal): -9302945 or 6229106. OLE color: 6229106.

HSL color Cylindrical-coordinate representation of color #720C5F: hue angle of 311.18º 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 #720C5F is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 12 95 -
CMYK 0 0.89 0.17 0.55
HSL 311.18º 0.81% 0.25% -
HSV(B) 311.18º 0.89% 0.45% -
XYZ 9.14 4.67 11.25 -
YUV 51.96 152.29 172.25 -
System Red Green Blue C M Y K H S L
Decimal 114 12 95 0 0.89 0.17 0.55 311.18 0.81 0.25
Hex 72 C 5F 0 59 11 37 137 51 19
Octal 162 14 137 0 131 21 67 467 121 31
Binary 1110010 1100 1011111 0 1011001 10001 110111 100110111 1010001 11001

Color Harmonies of #720C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720C5F

Black with #720C5F

Text Example


Text Example

White with #720C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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