Html Css Color HEX #59015C Palatinate Purple

📋 copy color: '#59015C'

red 89 ◦ green 1 ◦ blue 92

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

Shades of Palatinate Purple #59015C

Tints of Palatinate Purple #59015C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 48.9%
G = 0.55%
B = 50.55%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59015C (or 0x59015C) is known color: Palatinate Purple. HEX triplet: 59, 01 and 5C. RGB value is (89,1,92). Sum of RGB (Red+Green+Blue) = 89+1+92=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #59015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59015C is #A6FEA3. Grayscale: #252525. Windows color (decimal): -10944164 or 6029657. OLE color: 6029657.

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

Color convert

RGB 89 1 92 -
CMYK 0.03 0.99 0 0.64
HSL 298.02º 0.98% 0.18% -
HSV(B) 298.02º 0.99% 0.36% -
XYZ 6.06 2.92 10.37 -
YUV 37.69 158.65 164.6 -
System Red Green Blue C M Y K H S L
Decimal 89 1 92 0.03 0.99 0 0.64 298.02 0.98 0.18
Hex 59 1 5C 3 63 0 40 12A 62 12
Octal 131 1 134 3 143 0 100 452 142 22
Binary 1011001 1 1011100 11 1100011 0 1000000 100101010 1100010 10010

Color Harmonies of #59015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59015C

Black with #59015C

Text Example


Text Example

White with #59015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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