Html Css Color HEX #5A0A57 Palatinate Purple

📋 copy color: '#5A0A57'

red 90 ◦ green 10 ◦ blue 87

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

Shades of Palatinate Purple #5A0A57

Tints of Palatinate Purple #5A0A57

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.35%

 BLUE value IS 87 (34.38% from 255) = 46.52%

R = 48.13%
G = 5.35%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#5A0A57 (or 0x5A0A57) is known color: Palatinate Purple. HEX triplet: 5A, 0A and 57. RGB value is (90,10,87). Sum of RGB (Red+Green+Blue) = 90+10+87=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0A57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0A57 is #A5F5A8. Grayscale: #2A2A2A. Windows color (decimal): -10876329 or 5704282. OLE color: 5704282.

HSL color Cylindrical-coordinate representation of color #5A0A57: hue angle of 302.25º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A0A57 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 10 87 -
CMYK 0 0.89 0.03 0.65
HSL 302.25º 0.8% 0.2% -
HSV(B) 302.25º 0.89% 0.35% -
XYZ 6.05 3.08 9.29 -
YUV 42.7 153 161.74 -
System Red Green Blue C M Y K H S L
Decimal 90 10 87 0 0.89 0.03 0.65 302.25 0.8 0.2
Hex 5A A 57 0 59 3 41 12E 50 14
Octal 132 12 127 0 131 3 101 456 120 24
Binary 1011010 1010 1010111 0 1011001 11 1000001 100101110 1010000 10100

Color Harmonies of #5A0A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0A57

Black with #5A0A57

Text Example


Text Example

White with #5A0A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,10,87); }

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

background-color css

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

 a { background-color: rgb(90,10,87); }

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

border-color css

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

 span { border-color: rgb(90,10,87); }

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