Html Css Color HEX #59124F Palatinate Purple

📋 copy color: '#59124F'

red 89 ◦ green 18 ◦ blue 79

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

Shades of Palatinate Purple #59124F

Tints of Palatinate Purple #59124F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

 BLUE value IS 79 (31.25% from 255) = 42.47%

R = 47.85%
G = 9.68%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59124F (or 0x59124F) is known color: Palatinate Purple. HEX triplet: 59, 12 and 4F. RGB value is (89,18,79). Sum of RGB (Red+Green+Blue) = 89+18+79=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #59124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59124F is #A6EDB0. Grayscale: #2E2E2E. Windows color (decimal): -10939825 or 5182041. OLE color: 5182041.

HSL color Cylindrical-coordinate representation of color #59124F: hue angle of 308.45º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #59124F is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 18 79 -
CMYK 0 0.80 0.11 0.65
HSL 308.45º 0.66% 0.21% -
HSV(B) 308.45º 0.8% 0.35% -
XYZ 5.75 3.12 7.7 -
YUV 46.18 146.52 158.54 -
System Red Green Blue C M Y K H S L
Decimal 89 18 79 0 0.80 0.11 0.65 308.45 0.66 0.21
Hex 59 12 4F 0 50 B 41 134 42 15
Octal 131 22 117 0 120 13 101 464 102 25
Binary 1011001 10010 1001111 0 1010000 1011 1000001 100110100 1000010 10101

Color Harmonies of #59124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59124F

Black with #59124F

Text Example


Text Example

White with #59124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,18,79); }

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

background-color css

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

 a { background-color: rgb(89,18,79); }

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

border-color css

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

 span { border-color: rgb(89,18,79); }

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