Html Css Color HEX #59155C Palatinate Purple

📋 copy color: '#59155C'

red 89 ◦ green 21 ◦ blue 92

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

Shades of Palatinate Purple #59155C

Tints of Palatinate Purple #59155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.4%

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

R = 44.06%
G = 10.4%
B = 45.54%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59155C (or 0x59155C) is known color: Palatinate Purple. HEX triplet: 59, 15 and 5C. RGB value is (89,21,92). Sum of RGB (Red+Green+Blue) = 89+21+92=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #59155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59155C is #A6EAA3. Grayscale: #313131. Windows color (decimal): -10939044 or 6034777. OLE color: 6034777.

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

Color convert

RGB 89 21 92 -
CMYK 0.03 0.77 0 0.64
HSL 297.46º 0.63% 0.22% -
HSV(B) 297.46º 0.77% 0.36% -
XYZ 6.32 3.43 10.45 -
YUV 49.43 152.03 156.23 -
System Red Green Blue C M Y K H S L
Decimal 89 21 92 0.03 0.77 0 0.64 297.46 0.63 0.22
Hex 59 15 5C 3 4D 0 40 129 3F 16
Octal 131 25 134 3 115 0 100 451 77 26
Binary 1011001 10101 1011100 11 1001101 0 1000000 100101001 111111 10110

Color Harmonies of #59155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59155C

Black with #59155C

Text Example


Text Example

White with #59155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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