#5A033F

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

Shades of Tyrian Purple #5A033F

Tints of Tyrian Purple #5A033F

Color information

#5A033F (or 0x5A033F) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 03 and 3F. RGB value is (90,3,63). Sum of RGB (Red+Green+Blue) = 90+3+63=156 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.69% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 90 - color contains mainly: red. Hex color #5A033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A033F is #A5FCC0. Grayscale: #232323. Windows color (decimal): -10878145 or 4129626. OLE color: 4129626.

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

Color convert

RGB90363-
CMYK00.970.300.65
HSL318.62º93.55%18.24%-
HSV(B)318.62º96.67%35.29%-
XYZ5.152.64.93-
YUV35.85143.32166.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 57.69%
GREEN value IS 3 (1.56% from 255) = 1.92%
BLUE value IS 63 (25% from 255) = 40.38%
R=57.69%
G=1.92%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9036300.970.300.65318.6293.5518.24
Hex5A33F0611E4113f5e12
Octal13237701413610147713622
Binary10110101111111101100001111101000001100111111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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