Html Css Color HEX #721259 Palatinate Purple

📋 copy color: '#721259'

red 114 ◦ green 18 ◦ blue 89

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

Shades of Palatinate Purple #721259

Tints of Palatinate Purple #721259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.14%

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

R = 51.58%
G = 8.14%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#721259 (or 0x721259) is known color: Palatinate Purple. HEX triplet: 72, 12 and 59. RGB value is (114,18,89). Sum of RGB (Red+Green+Blue) = 114+18+89=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #721259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721259 is #8DEDA6. Grayscale: #363636. Windows color (decimal): -9301415 or 5837426. OLE color: 5837426.

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

Color convert

RGB 114 18 89 -
CMYK 0 0.84 0.22 0.55
HSL 315.63º 0.73% 0.26% -
HSV(B) 315.63º 0.84% 0.45% -
XYZ 8.96 4.73 9.89 -
YUV 54.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 114 18 89 0 0.84 0.22 0.55 315.63 0.73 0.26
Hex 72 12 59 0 54 16 37 13C 49 1A
Octal 162 22 131 0 124 26 67 474 111 32
Binary 1110010 10010 1011001 0 1010100 10110 110111 100111100 1001001 11010

Color Harmonies of #721259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721259

Black with #721259

Text Example


Text Example

White with #721259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721259; }

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

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

background-color css

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

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

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

border-color css

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

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

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