Html Css Color HEX #721860 Palatinate Purple

📋 copy color: '#721860'

red 114 ◦ green 24 ◦ blue 96

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

Shades of Palatinate Purple #721860

Tints of Palatinate Purple #721860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.03%

R = 48.72%
G = 10.26%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#721860 (or 0x721860) is known color: Palatinate Purple. HEX triplet: 72, 18 and 60. RGB value is (114,24,96). Sum of RGB (Red+Green+Blue) = 114+24+96=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #721860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721860 is #8DE79F. Grayscale: #3A3A3A. Windows color (decimal): -9299872 or 6297714. OLE color: 6297714.

HSL color Cylindrical-coordinate representation of color #721860: hue angle of 312º 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 #721860 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 24 96 -
CMYK 0 0.79 0.16 0.55
HSL 312º 0.65% 0.27% -
HSV(B) 312º 0.79% 0.45% -
XYZ 9.38 5.08 11.55 -
YUV 59.12 148.82 167.15 -
System Red Green Blue C M Y K H S L
Decimal 114 24 96 0 0.79 0.16 0.55 312 0.65 0.27
Hex 72 18 60 0 4F 10 37 138 41 1B
Octal 162 30 140 0 117 20 67 470 101 33
Binary 1110010 11000 1100000 0 1001111 10000 110111 100111000 1000001 11011

Color Harmonies of #721860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721860

Black with #721860

Text Example


Text Example

White with #721860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721860; }

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

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

background-color css

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

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

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

border-color css

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

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

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