Html Css Color HEX #5A0558 Palatinate Purple

📋 copy color: '#5A0558'

red 90 ◦ green 5 ◦ blue 88

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

Shades of Palatinate Purple #5A0558

Tints of Palatinate Purple #5A0558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.73%

 BLUE value IS 88 (34.77% from 255) = 48.09%

R = 49.18%
G = 2.73%
B = 48.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#5A0558 (or 0x5A0558) is known color: Palatinate Purple. HEX triplet: 5A, 05 and 58. RGB value is (90,5,88). Sum of RGB (Red+Green+Blue) = 90+5+88=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0558 is #A5FAA7. Grayscale: #272727. Windows color (decimal): -10877608 or 5768538. OLE color: 5768538.

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

Color convert

RGB 90 5 88 -
CMYK 0 0.94 0.02 0.65
HSL 301.41º 0.89% 0.19% -
HSV(B) 301.41º 0.94% 0.35% -
XYZ 6.03 2.99 9.49 -
YUV 39.88 155.16 163.75 -
System Red Green Blue C M Y K H S L
Decimal 90 5 88 0 0.94 0.02 0.65 301.41 0.89 0.19
Hex 5A 5 58 0 5E 2 41 12D 59 13
Octal 132 5 130 0 136 2 101 455 131 23
Binary 1011010 101 1011000 0 1011110 10 1000001 100101101 1011001 10011

Color Harmonies of #5A0558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0558

Black with #5A0558

Text Example


Text Example

White with #5A0558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,5,88); }

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

background-color css

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

 a { background-color: rgb(90,5,88); }

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

border-color css

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

 span { border-color: rgb(90,5,88); }

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