Html Css Color HEX #5A0459 Palatinate Purple

📋 copy color: '#5A0459'

red 90 ◦ green 4 ◦ blue 89

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

Shades of Palatinate Purple #5A0459

Tints of Palatinate Purple #5A0459

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.19%

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

R = 49.18%
G = 2.19%
B = 48.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#5A0459 (or 0x5A0459) is known color: Palatinate Purple. HEX triplet: 5A, 04 and 59. RGB value is (90,4,89). Sum of RGB (Red+Green+Blue) = 90+4+89=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0459 is #A5FBA6. Grayscale: #272727. Windows color (decimal): -10877863 or 5833818. OLE color: 5833818.

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

Color convert

RGB 90 4 89 -
CMYK 0 0.96 0.01 0.65
HSL 300.7º 0.91% 0.18% -
HSV(B) 300.7º 0.96% 0.35% -
XYZ 6.06 2.98 9.71 -
YUV 39.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 90 4 89 0 0.96 0.01 0.65 300.7 0.91 0.18
Hex 5A 4 59 0 60 1 41 12D 5B 12
Octal 132 4 131 0 140 1 101 455 133 22
Binary 1011010 100 1011001 0 1100000 1 1000001 100101101 1011011 10010

Color Harmonies of #5A0459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0459

Black with #5A0459

Text Example


Text Example

White with #5A0459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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