Html Css Color HEX #5A1459 Palatinate Purple

📋 copy color: '#5A1459'

red 90 ◦ green 20 ◦ blue 89

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

Shades of Palatinate Purple #5A1459

Tints of Palatinate Purple #5A1459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.05%

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

R = 45.23%
G = 10.05%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#5A1459 (or 0x5A1459) is known color: Palatinate Purple. HEX triplet: 5A, 14 and 59. RGB value is (90,20,89). Sum of RGB (Red+Green+Blue) = 90+20+89=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1459 is #A5EBA6. Grayscale: #303030. Windows color (decimal): -10873767 or 5837914. OLE color: 5837914.

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

Color convert

RGB 90 20 89 -
CMYK 0 0.78 0.01 0.65
HSL 300.86º 0.64% 0.22% -
HSV(B) 300.86º 0.78% 0.35% -
XYZ 6.27 3.4 9.78 -
YUV 48.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 90 20 89 0 0.78 0.01 0.65 300.86 0.64 0.22
Hex 5A 14 59 0 4E 1 41 12D 40 16
Octal 132 24 131 0 116 1 101 455 100 26
Binary 1011010 10100 1011001 0 1001110 1 1000001 100101101 1000000 10110

Color Harmonies of #5A1459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1459

Black with #5A1459

Text Example


Text Example

White with #5A1459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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