Html Css Color HEX #59145B Palatinate Purple

📋 copy color: '#59145B'

red 89 ◦ green 20 ◦ blue 91

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

Shades of Palatinate Purple #59145B

Tints of Palatinate Purple #59145B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10%

 BLUE value IS 91 (35.94% from 255) = 45.5%

R = 44.5%
G = 10%
B = 45.5%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59145B (or 0x59145B) is known color: Palatinate Purple. HEX triplet: 59, 14 and 5B. RGB value is (89,20,91). Sum of RGB (Red+Green+Blue) = 89+20+91=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #59145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59145B is #A6EBA4. Grayscale: #303030. Windows color (decimal): -10939301 or 5968985. OLE color: 5968985.

HSL color Cylindrical-coordinate representation of color #59145B: hue angle of 298.31º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #59145B is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 20 91 -
CMYK 0.02 0.78 0 0.64
HSL 298.31º 0.64% 0.22% -
HSV(B) 298.31º 0.78% 0.36% -
XYZ 6.26 3.38 10.22 -
YUV 48.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 89 20 91 0.02 0.78 0 0.64 298.31 0.64 0.22
Hex 59 14 5B 2 4E 0 40 12A 40 16
Octal 131 24 133 2 116 0 100 452 100 26
Binary 1011001 10100 1011011 10 1001110 0 1000000 100101010 1000000 10110

Color Harmonies of #59145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59145B

Black with #59145B

Text Example


Text Example

White with #59145B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59145B; }

 p { color: rgb(89,20,91); }

 H1.HeaderClassName
 {
   color: #59145B;
 }
 .AnyTagClassName
 {
   color: #59145B;
 }
</style>

background-color css

<style>
 a { background-color: #59145B; }

 a { background-color: rgb(89,20,91); }

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

border-color css

<style>
 span { border-color: #59145B; }

 span { border-color: rgb(89,20,91); }

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