Html Css Color HEX #721862 Palatinate Purple

📋 copy color: '#721862'

red 114 ◦ green 24 ◦ blue 98

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

Shades of Palatinate Purple #721862

Tints of Palatinate Purple #721862

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.17%

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

R = 48.31%
G = 10.17%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#721862 (or 0x721862) is known color: Palatinate Purple. HEX triplet: 72, 18 and 62. RGB value is (114,24,98). Sum of RGB (Red+Green+Blue) = 114+24+98=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #721862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721862 is #8DE79D. Grayscale: #3B3B3B. Windows color (decimal): -9299870 or 6428786. OLE color: 6428786.

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

Color convert

RGB 114 24 98 -
CMYK 0 0.79 0.14 0.55
HSL 310.67º 0.65% 0.27% -
HSV(B) 310.67º 0.79% 0.45% -
XYZ 9.47 5.11 12.04 -
YUV 59.35 149.82 166.98 -
System Red Green Blue C M Y K H S L
Decimal 114 24 98 0 0.79 0.14 0.55 310.67 0.65 0.27
Hex 72 18 62 0 4F E 37 137 41 1B
Octal 162 30 142 0 117 16 67 467 101 33
Binary 1110010 11000 1100010 0 1001111 1110 110111 100110111 1000001 11011

Color Harmonies of #721862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721862

Black with #721862

Text Example


Text Example

White with #721862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721862; }

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

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

background-color css

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

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

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

border-color css

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

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

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