Html Css Color HEX #59055C Palatinate Purple

📋 copy color: '#59055C'

red 89 ◦ green 5 ◦ blue 92

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

Shades of Palatinate Purple #59055C

Tints of Palatinate Purple #59055C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

 BLUE value IS 92 (36.33% from 255) = 49.46%

R = 47.85%
G = 2.69%
B = 49.46%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59055C (or 0x59055C) is known color: Palatinate Purple. HEX triplet: 59, 05 and 5C. RGB value is (89,5,92). Sum of RGB (Red+Green+Blue) = 89+5+92=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #59055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59055C is #A6FAA3. Grayscale: #272727. Windows color (decimal): -10943140 or 6030681. OLE color: 6030681.

HSL color Cylindrical-coordinate representation of color #59055C: hue angle of 297.93º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #59055C is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 5 92 -
CMYK 0.03 0.95 0 0.64
HSL 297.93º 0.9% 0.19% -
HSV(B) 297.93º 0.95% 0.36% -
XYZ 6.11 3.01 10.38 -
YUV 40.03 157.33 162.93 -
System Red Green Blue C M Y K H S L
Decimal 89 5 92 0.03 0.95 0 0.64 297.93 0.9 0.19
Hex 59 5 5C 3 5F 0 40 12A 5A 13
Octal 131 5 134 3 137 0 100 452 132 23
Binary 1011001 101 1011100 11 1011111 0 1000000 100101010 1011010 10011

Color Harmonies of #59055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59055C

Black with #59055C

Text Example


Text Example

White with #59055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59055C; }

 p { color: rgb(89,5,92); }

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

background-color css

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

 a { background-color: rgb(89,5,92); }

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

border-color css

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

 span { border-color: rgb(89,5,92); }

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