Html Css Color HEX #59155F Palatinate Purple

📋 copy color: '#59155F'

red 89 ◦ green 21 ◦ blue 95

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

Shades of Palatinate Purple #59155F

Tints of Palatinate Purple #59155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 46.34%

R = 43.41%
G = 10.24%
B = 46.34%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59155F (or 0x59155F) is known color: Palatinate Purple. HEX triplet: 59, 15 and 5F. RGB value is (89,21,95). Sum of RGB (Red+Green+Blue) = 89+21+95=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #59155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59155F is #A6EAA0. Grayscale: #313131. Windows color (decimal): -10939041 or 6231385. OLE color: 6231385.

HSL color Cylindrical-coordinate representation of color #59155F: hue angle of 295.14º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #59155F is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 89 21 95 -
CMYK 0.06 0.78 0 0.63
HSL 295.14º 0.64% 0.23% -
HSV(B) 295.14º 0.78% 0.37% -
XYZ 6.45 3.49 11.16 -
YUV 49.77 153.53 155.98 -
System Red Green Blue C M Y K H S L
Decimal 89 21 95 0.06 0.78 0 0.63 295.14 0.64 0.23
Hex 59 15 5F 6 4E 0 3F 127 40 17
Octal 131 25 137 6 116 0 77 447 100 27
Binary 1011001 10101 1011111 110 1001110 0 111111 100100111 1000000 10111

Color Harmonies of #59155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59155F

Black with #59155F

Text Example


Text Example

White with #59155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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