Html Css Color HEX #592050 Palatinate Purple

📋 copy color: '#592050'

red 89 ◦ green 32 ◦ blue 80

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

Shades of Palatinate Purple #592050

Tints of Palatinate Purple #592050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.92%

 BLUE value IS 80 (31.64% from 255) = 39.8%

R = 44.28%
G = 15.92%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#592050 (or 0x592050) is known color: Palatinate Purple. HEX triplet: 59, 20 and 50. RGB value is (89,32,80). Sum of RGB (Red+Green+Blue) = 89+32+80=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #592050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592050 is #A6DFAF. Grayscale: #363636. Windows color (decimal): -10936240 or 5251161. OLE color: 5251161.

HSL color Cylindrical-coordinate representation of color #592050: hue angle of 309.47º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #592050 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 32 80 -
CMYK 0 0.64 0.10 0.65
HSL 309.47º 0.47% 0.24% -
HSV(B) 309.47º 0.64% 0.35% -
XYZ 6.08 3.74 7.99 -
YUV 54.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 89 32 80 0 0.64 0.10 0.65 309.47 0.47 0.24
Hex 59 20 50 0 40 A 41 135 2F 18
Octal 131 40 120 0 100 12 101 465 57 30
Binary 1011001 100000 1010000 0 1000000 1010 1000001 100110101 101111 11000

Color Harmonies of #592050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592050

Black with #592050

Text Example


Text Example

White with #592050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592050; }

 p { color: rgb(89,32,80); }

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

background-color css

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

 a { background-color: rgb(89,32,80); }

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

border-color css

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

 span { border-color: rgb(89,32,80); }

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