Html Css Color HEX #5A1E59 Palatinate Purple

📋 copy color: '#5A1E59'

red 90 ◦ green 30 ◦ blue 89

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

Shades of Palatinate Purple #5A1E59

Tints of Palatinate Purple #5A1E59

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.35%

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

R = 43.06%
G = 14.35%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#5A1E59 (or 0x5A1E59) is known color: Palatinate Purple. HEX triplet: 5A, 1E and 59. RGB value is (90,30,89). Sum of RGB (Red+Green+Blue) = 90+30+89=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1E59 is #A5E1A6. Grayscale: #363636. Windows color (decimal): -10871207 or 5840474. OLE color: 5840474.

HSL color Cylindrical-coordinate representation of color #5A1E59: hue angle of 301º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A1E59 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 30 89 -
CMYK 0 0.67 0.01 0.65
HSL 301º 0.5% 0.24% -
HSV(B) 301º 0.67% 0.35% -
XYZ 6.48 3.82 9.85 -
YUV 54.67 147.38 153.2 -
System Red Green Blue C M Y K H S L
Decimal 90 30 89 0 0.67 0.01 0.65 301 0.5 0.24
Hex 5A 1E 59 0 43 1 41 12D 32 18
Octal 132 36 131 0 103 1 101 455 62 30
Binary 1011010 11110 1011001 0 1000011 1 1000001 100101101 110010 11000

Color Harmonies of #5A1E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1E59

Black with #5A1E59

Text Example


Text Example

White with #5A1E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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