#5A033C

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

Shades of Tyrian Purple #5A033C

Tints of Tyrian Purple #5A033C

Color information

#5A033C (or 0x5A033C) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 03 and 3C. RGB value is (90,3,60). Sum of RGB (Red+Green+Blue) = 90+3+60=153 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.82% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 90 - color contains mainly: red. Hex color #5A033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A033C is #A5FCC3. Grayscale: #232323. Windows color (decimal): -10878148 or 3933018. OLE color: 3933018.

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

Color convert

RGB90360-
CMYK00.970.330.65
HSL320.69º93.55%18.24%-
HSV(B)320.69º96.67%35.29%-
XYZ5.062.574.5-
YUV35.51141.82166.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 58.82%
GREEN value IS 3 (1.56% from 255) = 1.96%
BLUE value IS 60 (23.83% from 255) = 39.22%
R=58.82%
G=1.96%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9036000.970.330.65320.6993.5518.24
Hex5A33C06121411415e12
Octal13237401414110150113622
Binary101101011111100011000011000011000001101000001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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