Html Css Color HEX #59065E Palatinate Purple

📋 copy color: '#59065E'

red 89 ◦ green 6 ◦ blue 94

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

Shades of Palatinate Purple #59065E

Tints of Palatinate Purple #59065E

RGB

 RED value IS 89 (35.16% from 255) = 47.09%

 GREEN value IS 6 (2.73% from 255) = 3.17%

 BLUE value IS 94 (37.11% from 255) = 49.74%

R = 47.09%
G = 3.17%
B = 49.74%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59065E (or 0x59065E) is known color: Palatinate Purple. HEX triplet: 59, 06 and 5E. RGB value is (89,6,94). Sum of RGB (Red+Green+Blue) = 89+6+94=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 94 (37.11% from 255 or 49.74% from 189); Max value from RGB is 94 - color contains mainly: blue. Hex color #59065E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59065E is #A6F9A1. Grayscale: #282828. Windows color (decimal): -10942882 or 6162009. OLE color: 6162009.

HSL color Cylindrical-coordinate representation of color #59065E: hue angle of 296.59º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59065E is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 89 6 94 -
CMYK 0.05 0.94 0 0.63
HSL 296.59º 0.88% 0.2% -
HSV(B) 296.59º 0.94% 0.37% -
XYZ 6.21 3.06 10.85 -
YUV 40.85 158 162.34 -
System Red Green Blue C M Y K H S L
Decimal 89 6 94 0.05 0.94 0 0.63 296.59 0.88 0.2
Hex 59 6 5E 5 5E 0 3F 129 58 14
Octal 131 6 136 5 136 0 77 451 130 24
Binary 1011001 110 1011110 101 1011110 0 111111 100101001 1011000 10100

Color Harmonies of #59065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59065E

Black with #59065E

Text Example


Text Example

White with #59065E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59065E; }

 p { color: rgb(89,6,94); }

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

background-color css

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

 a { background-color: rgb(89,6,94); }

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

border-color css

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

 span { border-color: rgb(89,6,94); }

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