Html Css Color HEX #59184D Palatinate Purple

📋 copy color: '#59184D'

red 89 ◦ green 24 ◦ blue 77

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

Shades of Palatinate Purple #59184D

Tints of Palatinate Purple #59184D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 40.53%

R = 46.84%
G = 12.63%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#59184D (or 0x59184D) is known color: Palatinate Purple. HEX triplet: 59, 18 and 4D. RGB value is (89,24,77). Sum of RGB (Red+Green+Blue) = 89+24+77=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #59184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59184D is #A6E7B2. Grayscale: #313131. Windows color (decimal): -10938291 or 5052505. OLE color: 5052505.

HSL color Cylindrical-coordinate representation of color #59184D: hue angle of 311.08º 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 #59184D is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 24 77 -
CMYK 0 0.73 0.13 0.65
HSL 311.08º 0.58% 0.22% -
HSV(B) 311.08º 0.73% 0.35% -
XYZ 5.79 3.31 7.36 -
YUV 49.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 89 24 77 0 0.73 0.13 0.65 311.08 0.58 0.22
Hex 59 18 4D 0 49 D 41 137 3A 16
Octal 131 30 115 0 111 15 101 467 72 26
Binary 1011001 11000 1001101 0 1001001 1101 1000001 100110111 111010 10110

Color Harmonies of #59184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59184D

Black with #59184D

Text Example


Text Example

White with #59184D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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