Html Css Color HEX #721959 Palatinate Purple

📋 copy color: '#721959'

red 114 ◦ green 25 ◦ blue 89

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

Shades of Palatinate Purple #721959

Tints of Palatinate Purple #721959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.96%

 BLUE value IS 89 (35.16% from 255) = 39.04%

R = 50%
G = 10.96%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#721959 (or 0x721959) is known color: Palatinate Purple. HEX triplet: 72, 19 and 59. RGB value is (114,25,89). Sum of RGB (Red+Green+Blue) = 114+25+89=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #721959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721959 is #8DE6A6. Grayscale: #3A3A3A. Windows color (decimal): -9299623 or 5839218. OLE color: 5839218.

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

Color convert

RGB 114 25 89 -
CMYK 0 0.78 0.22 0.55
HSL 316.85º 0.64% 0.27% -
HSV(B) 316.85º 0.78% 0.45% -
XYZ 9.09 4.99 9.94 -
YUV 58.91 144.99 167.3 -
System Red Green Blue C M Y K H S L
Decimal 114 25 89 0 0.78 0.22 0.55 316.85 0.64 0.27
Hex 72 19 59 0 4E 16 37 13D 40 1B
Octal 162 31 131 0 116 26 67 475 100 33
Binary 1110010 11001 1011001 0 1001110 10110 110111 100111101 1000000 11011

Color Harmonies of #721959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721959

Black with #721959

Text Example


Text Example

White with #721959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721959; }

 p { color: rgb(114,25,89); }

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

background-color css

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

 a { background-color: rgb(114,25,89); }

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

border-color css

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

 span { border-color: rgb(114,25,89); }

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