#5A022F

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

Shades of Tyrian Purple #5A022F

Tints of Tyrian Purple #5A022F

Color information

#5A022F (or 0x5A022F) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 02 and 2F. RGB value is (90,2,47). Sum of RGB (Red+Green+Blue) = 90+2+47=139 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.75% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 90 - color contains mainly: red. Hex color #5A022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A022F is #A5FDD0. Grayscale: #212121. Windows color (decimal): -10878417 or 3080794. OLE color: 3080794.

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

Color convert

RGB90247-
CMYK00.980.480.65
HSL329.32º95.65%18.04%-
HSV(B)329.32º97.78%35.29%-
XYZ4.752.422.91-
YUV33.44135.65168.34-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 64.75%
GREEN value IS 2 (1.17% from 255) = 1.44%
BLUE value IS 47 (18.75% from 255) = 33.81%
R=64.75%
G=1.44%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9024700.980.480.65329.3295.6518.04
Hex5A22F06230411496012
Octal13225701426010151114022
Binary101101010101111011000101100001000001101001001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,2,47); }

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

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

 a { background-color: rgb(90,2,47); }

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

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

 span { border-color: rgb(90,2,47); }

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