Html Css Color HEX #59184C Palatinate Purple

📋 copy color: '#59184C'

red 89 ◦ green 24 ◦ blue 76

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

Shades of Palatinate Purple #59184C

Tints of Palatinate Purple #59184C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.7%

 BLUE value IS 76 (30.08% from 255) = 40.21%

R = 47.09%
G = 12.7%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#59184C (or 0x59184C) is known color: Palatinate Purple. HEX triplet: 59, 18 and 4C. RGB value is (89,24,76). Sum of RGB (Red+Green+Blue) = 89+24+76=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #59184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59184C is #A6E7B3. Grayscale: #313131. Windows color (decimal): -10938292 or 4986969. OLE color: 4986969.

HSL color Cylindrical-coordinate representation of color #59184C: hue angle of 312º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #59184C is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 24 76 -
CMYK 0 0.73 0.15 0.65
HSL 312º 0.58% 0.22% -
HSV(B) 312º 0.73% 0.35% -
XYZ 5.75 3.3 7.17 -
YUV 49.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 89 24 76 0 0.73 0.15 0.65 312 0.58 0.22
Hex 59 18 4C 0 49 F 41 138 3A 16
Octal 131 30 114 0 111 17 101 470 72 26
Binary 1011001 11000 1001100 0 1001001 1111 1000001 100111000 111010 10110

Color Harmonies of #59184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59184C

Black with #59184C

Text Example


Text Example

White with #59184C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59184C; }

 p { color: rgb(89,24,76); }

 H1.HeaderClassName
 {
   color: #59184C;
 }
 .AnyTagClassName
 {
   color: #59184C;
 }
</style>

background-color css

<style>
 a { background-color: #59184C; }

 a { background-color: rgb(89,24,76); }

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

border-color css

<style>
 span { border-color: #59184C; }

 span { border-color: rgb(89,24,76); }

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