Html Css Color HEX #59165F Palatinate Purple

📋 copy color: '#59165F'

red 89 ◦ green 22 ◦ blue 95

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

Shades of Palatinate Purple #59165F

Tints of Palatinate Purple #59165F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.68%

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

R = 43.2%
G = 10.68%
B = 46.12%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59165F (or 0x59165F) is known color: Palatinate Purple. HEX triplet: 59, 16 and 5F. RGB value is (89,22,95). Sum of RGB (Red+Green+Blue) = 89+22+95=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #59165F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59165F is #A6E9A0. Grayscale: #323232. Windows color (decimal): -10938785 or 6231641. OLE color: 6231641.

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

Color convert

RGB 89 22 95 -
CMYK 0.06 0.77 0 0.63
HSL 295.07º 0.62% 0.23% -
HSV(B) 295.07º 0.77% 0.37% -
XYZ 6.47 3.52 11.17 -
YUV 50.36 153.2 155.56 -
System Red Green Blue C M Y K H S L
Decimal 89 22 95 0.06 0.77 0 0.63 295.07 0.62 0.23
Hex 59 16 5F 6 4D 0 3F 127 3E 17
Octal 131 26 137 6 115 0 77 447 76 27
Binary 1011001 10110 1011111 110 1001101 0 111111 100100111 111110 10111

Color Harmonies of #59165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59165F

Black with #59165F

Text Example


Text Example

White with #59165F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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