Html Css Color HEX #5A1959 Palatinate Purple

📋 copy color: '#5A1959'

red 90 ◦ green 25 ◦ blue 89

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

Shades of Palatinate Purple #5A1959

Tints of Palatinate Purple #5A1959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.25%

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

R = 44.12%
G = 12.25%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#5A1959 (or 0x5A1959) is known color: Palatinate Purple. HEX triplet: 5A, 19 and 59. RGB value is (90,25,89). Sum of RGB (Red+Green+Blue) = 90+25+89=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1959 is #A5E6A6. Grayscale: #333333. Windows color (decimal): -10872487 or 5839194. OLE color: 5839194.

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

Color convert

RGB 90 25 89 -
CMYK 0 0.72 0.01 0.65
HSL 300.92º 0.57% 0.23% -
HSV(B) 300.92º 0.72% 0.35% -
XYZ 6.37 3.59 9.81 -
YUV 51.73 149.03 155.3 -
System Red Green Blue C M Y K H S L
Decimal 90 25 89 0 0.72 0.01 0.65 300.92 0.57 0.23
Hex 5A 19 59 0 48 1 41 12D 39 17
Octal 132 31 131 0 110 1 101 455 71 27
Binary 1011010 11001 1011001 0 1001000 1 1000001 100101101 111001 10111

Color Harmonies of #5A1959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1959

Black with #5A1959

Text Example


Text Example

White with #5A1959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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