Html Css Color HEX #59135F Palatinate Purple

📋 copy color: '#59135F'

red 89 ◦ green 19 ◦ blue 95

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

Shades of Palatinate Purple #59135F

Tints of Palatinate Purple #59135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

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

R = 43.84%
G = 9.36%
B = 46.8%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59135F (or 0x59135F) is known color: Palatinate Purple. HEX triplet: 59, 13 and 5F. RGB value is (89,19,95). Sum of RGB (Red+Green+Blue) = 89+19+95=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #59135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59135F is #A6ECA0. Grayscale: #303030. Windows color (decimal): -10939553 or 6230873. OLE color: 6230873.

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

Color convert

RGB 89 19 95 -
CMYK 0.06 0.80 0 0.63
HSL 295.26º 0.67% 0.22% -
HSV(B) 295.26º 0.8% 0.37% -
XYZ 6.42 3.42 11.15 -
YUV 48.59 154.19 156.82 -
System Red Green Blue C M Y K H S L
Decimal 89 19 95 0.06 0.80 0 0.63 295.26 0.67 0.22
Hex 59 13 5F 6 50 0 3F 127 43 16
Octal 131 23 137 6 120 0 77 447 103 26
Binary 1011001 10011 1011111 110 1010000 0 111111 100100111 1000011 10110

Color Harmonies of #59135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59135F

Black with #59135F

Text Example


Text Example

White with #59135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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