Html Css Color HEX #59125F Palatinate Purple

📋 copy color: '#59125F'

red 89 ◦ green 18 ◦ blue 95

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

Shades of Palatinate Purple #59125F

Tints of Palatinate Purple #59125F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.91%

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

R = 44.06%
G = 8.91%
B = 47.03%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59125F (or 0x59125F) is known color: Palatinate Purple. HEX triplet: 59, 12 and 5F. RGB value is (89,18,95). Sum of RGB (Red+Green+Blue) = 89+18+95=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 95 - color contains mainly: blue. Hex color #59125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59125F is #A6EDA0. Grayscale: #2F2F2F. Windows color (decimal): -10939809 or 6230617. OLE color: 6230617.

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

Color convert

RGB 89 18 95 -
CMYK 0.06 0.81 0 0.63
HSL 295.32º 0.68% 0.22% -
HSV(B) 295.32º 0.81% 0.37% -
XYZ 6.4 3.38 11.14 -
YUV 48.01 154.52 157.24 -
System Red Green Blue C M Y K H S L
Decimal 89 18 95 0.06 0.81 0 0.63 295.32 0.68 0.22
Hex 59 12 5F 6 51 0 3F 127 44 16
Octal 131 22 137 6 121 0 77 447 104 26
Binary 1011001 10010 1011111 110 1010001 0 111111 100100111 1000100 10110

Color Harmonies of #59125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59125F

Black with #59125F

Text Example


Text Example

White with #59125F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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