#5A0352

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

Shades of Tyrian Purple #5A0352

Tints of Tyrian Purple #5A0352

Color information

#5A0352 (or 0x5A0352) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 03 and 52. RGB value is (90,3,82). Sum of RGB (Red+Green+Blue) = 90+3+82=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0352 is #A5FCAD. Grayscale: #252525. Windows color (decimal): -10878126 or 5374810. OLE color: 5374810.

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

Color convert

RGB90382-
CMYK00.970.090.65
HSL305.52º93.55%18.24%-
HSV(B)305.52º96.67%35.29%-
XYZ5.772.858.23-
YUV38.02152.82165.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 51.43%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 82 (32.42% from 255) = 46.86%
R=51.43%
G=1.71%
B=46.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9038200.970.090.65305.5293.5518.24
Hex5A3520619411325e12
Octal132312201411110146213622
Binary10110101110100100110000110011000001100110010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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