Html Css Color HEX #721059 Palatinate Purple

📋 copy color: '#721059'

red 114 ◦ green 16 ◦ blue 89

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

Shades of Palatinate Purple #721059

Tints of Palatinate Purple #721059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.31%

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

R = 52.05%
G = 7.31%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#721059 (or 0x721059) is known color: Palatinate Purple. HEX triplet: 72, 10 and 59. RGB value is (114,16,89). Sum of RGB (Red+Green+Blue) = 114+16+89=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #721059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721059 is #8DEFA6. Grayscale: #353535. Windows color (decimal): -9301927 or 5836914. OLE color: 5836914.

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

Color convert

RGB 114 16 89 -
CMYK 0 0.86 0.22 0.55
HSL 315.31º 0.75% 0.25% -
HSV(B) 315.31º 0.86% 0.45% -
XYZ 8.93 4.67 9.88 -
YUV 53.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 114 16 89 0 0.86 0.22 0.55 315.31 0.75 0.25
Hex 72 10 59 0 56 16 37 13B 4B 19
Octal 162 20 131 0 126 26 67 473 113 31
Binary 1110010 10000 1011001 0 1010110 10110 110111 100111011 1001011 11001

Color Harmonies of #721059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721059

Black with #721059

Text Example


Text Example

White with #721059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721059; }

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

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

background-color css

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

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

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

border-color css

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

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

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