#5A0353

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

Shades of Tyrian Purple #5A0353

Tints of Tyrian Purple #5A0353

Color information

#5A0353 (or 0x5A0353) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 03 and 53. RGB value is (90,3,83). Sum of RGB (Red+Green+Blue) = 90+3+83=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0353 is #A5FCAC. Grayscale: #252525. Windows color (decimal): -10878125 or 5440346. OLE color: 5440346.

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

Color convert

RGB90383-
CMYK00.970.080.65
HSL304.83º93.55%18.24%-
HSV(B)304.83º96.67%35.29%-
XYZ5.812.868.43-
YUV38.13153.32165-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 51.14%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 83 (32.81% from 255) = 47.16%
R=51.14%
G=1.70%
B=47.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9038300.970.080.65304.8393.5518.24
Hex5A3530618411315e12
Octal132312301411010146113622
Binary10110101110100110110000110001000001100110001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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