Html Css Color HEX #722059 Palatinate Purple

📋 copy color: '#722059'

red 114 ◦ green 32 ◦ blue 89

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

Shades of Palatinate Purple #722059

Tints of Palatinate Purple #722059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.62%

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

R = 48.51%
G = 13.62%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#722059 (or 0x722059) is known color: Palatinate Purple. HEX triplet: 72, 20 and 59. RGB value is (114,32,89). Sum of RGB (Red+Green+Blue) = 114+32+89=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #722059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722059 is #8DDFA6. Grayscale: #3E3E3E. Windows color (decimal): -9297831 or 5841010. OLE color: 5841010.

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

Color convert

RGB 114 32 89 -
CMYK 0 0.72 0.22 0.55
HSL 318.29º 0.56% 0.29% -
HSV(B) 318.29º 0.72% 0.45% -
XYZ 9.26 5.33 9.99 -
YUV 63.02 142.67 164.37 -
System Red Green Blue C M Y K H S L
Decimal 114 32 89 0 0.72 0.22 0.55 318.29 0.56 0.29
Hex 72 20 59 0 48 16 37 13E 38 1D
Octal 162 40 131 0 110 26 67 476 70 35
Binary 1110010 100000 1011001 0 1001000 10110 110111 100111110 111000 11101

Color Harmonies of #722059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722059

Black with #722059

Text Example


Text Example

White with #722059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722059; }

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

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

background-color css

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

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

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

border-color css

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

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

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