Html Css Color HEX #5A2059 Palatinate Purple

📋 copy color: '#5A2059'

red 90 ◦ green 32 ◦ blue 89

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

Shades of Palatinate Purple #5A2059

Tints of Palatinate Purple #5A2059

RGB

 RED value IS 90 (35.55% from 255) = 42.65%

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

 BLUE value IS 89 (35.16% from 255) = 42.18%

R = 42.65%
G = 15.17%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#5A2059 (or 0x5A2059) is known color: Palatinate Purple. HEX triplet: 5A, 20 and 59. RGB value is (90,32,89). Sum of RGB (Red+Green+Blue) = 90+32+89=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2059 is #A5DFA6. Grayscale: #373737. Windows color (decimal): -10870695 or 5840986. OLE color: 5840986.

HSL color Cylindrical-coordinate representation of color #5A2059: hue angle of 301.03º degrees, saturation: 0.48, 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 #5A2059 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 32 89 -
CMYK 0 0.64 0.01 0.65
HSL 301.03º 0.48% 0.24% -
HSV(B) 301.03º 0.64% 0.35% -
XYZ 6.54 3.93 9.86 -
YUV 55.84 146.72 152.37 -
System Red Green Blue C M Y K H S L
Decimal 90 32 89 0 0.64 0.01 0.65 301.03 0.48 0.24
Hex 5A 20 59 0 40 1 41 12D 30 18
Octal 132 40 131 0 100 1 101 455 60 30
Binary 1011010 100000 1011001 0 1000000 1 1000001 100101101 110000 11000

Color Harmonies of #5A2059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2059

Black with #5A2059

Text Example


Text Example

White with #5A2059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A2059; }

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

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

background-color css

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

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

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

border-color css

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

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

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