Html Css Color HEX #5A1759 Palatinate Purple

📋 copy color: '#5A1759'

red 90 ◦ green 23 ◦ blue 89

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

Shades of Palatinate Purple #5A1759

Tints of Palatinate Purple #5A1759

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.39%

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

R = 44.55%
G = 11.39%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#5A1759 (or 0x5A1759) is known color: Palatinate Purple. HEX triplet: 5A, 17 and 59. RGB value is (90,23,89). Sum of RGB (Red+Green+Blue) = 90+23+89=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1759 is #A5E8A6. Grayscale: #323232. Windows color (decimal): -10872999 or 5838682. OLE color: 5838682.

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

Color convert

RGB 90 23 89 -
CMYK 0 0.74 0.01 0.65
HSL 300.9º 0.59% 0.22% -
HSV(B) 300.9º 0.74% 0.35% -
XYZ 6.33 3.51 9.79 -
YUV 50.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 90 23 89 0 0.74 0.01 0.65 300.9 0.59 0.22
Hex 5A 17 59 0 4A 1 41 12D 3B 16
Octal 132 27 131 0 112 1 101 455 73 26
Binary 1011010 10111 1011001 0 1001010 1 1000001 100101101 111011 10110

Color Harmonies of #5A1759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1759

Black with #5A1759

Text Example


Text Example

White with #5A1759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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