#5A0552

Color #5A0552 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #5A0552

Tints of Tyrian Purple #5A0552

Color information

#5A0552 (or 0x5A0552) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 05 and 52. RGB value is (90,5,82). Sum of RGB (Red+Green+Blue) = 90+5+82=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0552 is #A5FAAD. Grayscale: #262626. Windows color (decimal): -10877614 or 5375322. OLE color: 5375322.

HSL color Cylindrical-coordinate representation of color #5A0552: hue angle of 305.65º 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 #5A0552 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB90582-
CMYK00.940.090.65
HSL305.65º89.47%18.63%-
HSV(B)305.65º94.44%35.29%-
XYZ5.792.898.24-
YUV39.19152.16164.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50.85%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 82 (32.42% from 255) = 46.33%
R=50.85%
G=2.82%
B=46.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9058200.940.090.65305.6589.4718.63
Hex5A55205E9411325913
Octal132512201361110146213123
Binary101101010110100100101111010011000001100110010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A0552;
 }
 .AnyTagClassName
 {
   color: #5A0552;
 }
</style>
background-color css

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

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

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

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

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

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