Html Css Color HEX #59065A Palatinate Purple

📋 copy color: '#59065A'

red 89 ◦ green 6 ◦ blue 90

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

Shades of Palatinate Purple #59065A

Tints of Palatinate Purple #59065A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 48.65%

R = 48.11%
G = 3.24%
B = 48.65%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#59065A (or 0x59065A) is known color: Palatinate Purple. HEX triplet: 59, 06 and 5A. RGB value is (89,6,90). Sum of RGB (Red+Green+Blue) = 89+6+90=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #59065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59065A is #A6F9A5. Grayscale: #282828. Windows color (decimal): -10942886 or 5899865. OLE color: 5899865.

HSL color Cylindrical-coordinate representation of color #59065A: hue angle of 299.29º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #59065A is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 6 90 -
CMYK 0.01 0.93 0 0.65
HSL 299.29º 0.88% 0.19% -
HSV(B) 299.29º 0.93% 0.35% -
XYZ 6.03 2.99 9.93 -
YUV 40.39 156 162.67 -
System Red Green Blue C M Y K H S L
Decimal 89 6 90 0.01 0.93 0 0.65 299.29 0.88 0.19
Hex 59 6 5A 1 5D 0 41 12B 58 13
Octal 131 6 132 1 135 0 101 453 130 23
Binary 1011001 110 1011010 1 1011101 0 1000001 100101011 1011000 10011

Color Harmonies of #59065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59065A

Black with #59065A

Text Example


Text Example

White with #59065A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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