Html Css Color HEX #721162 Palatinate Purple

📋 copy color: '#721162'

red 114 ◦ green 17 ◦ blue 98

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

Shades of Palatinate Purple #721162

Tints of Palatinate Purple #721162

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.42%

 BLUE value IS 98 (38.67% from 255) = 42.79%

R = 49.78%
G = 7.42%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#721162 (or 0x721162) is known color: Palatinate Purple. HEX triplet: 72, 11 and 62. RGB value is (114,17,98). Sum of RGB (Red+Green+Blue) = 114+17+98=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #721162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721162 is #8DEE9D. Grayscale: #373737. Windows color (decimal): -9301662 or 6426994. OLE color: 6426994.

HSL color Cylindrical-coordinate representation of color #721162: hue angle of 309.9º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721162 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 17 98 -
CMYK 0 0.85 0.14 0.55
HSL 309.9º 0.74% 0.26% -
HSV(B) 309.9º 0.85% 0.45% -
XYZ 9.34 4.86 12 -
YUV 55.24 152.14 169.91 -
System Red Green Blue C M Y K H S L
Decimal 114 17 98 0 0.85 0.14 0.55 309.9 0.74 0.26
Hex 72 11 62 0 55 E 37 136 4A 1A
Octal 162 21 142 0 125 16 67 466 112 32
Binary 1110010 10001 1100010 0 1010101 1110 110111 100110110 1001010 11010

Color Harmonies of #721162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721162

Black with #721162

Text Example


Text Example

White with #721162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721162; }

 p { color: rgb(114,17,98); }

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

background-color css

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

 a { background-color: rgb(114,17,98); }

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

border-color css

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

 span { border-color: rgb(114,17,98); }

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