#5A022A

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

Shades of Tyrian Purple #5A022A

Tints of Tyrian Purple #5A022A

Color information

#5A022A (or 0x5A022A) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 02 and 2A. RGB value is (90,2,42). Sum of RGB (Red+Green+Blue) = 90+2+42=134 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.16% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 90 - color contains mainly: red. Hex color #5A022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A022A is #A5FDD5. Grayscale: #202020. Windows color (decimal): -10878422 or 2753114. OLE color: 2753114.

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

Color convert

RGB90242-
CMYK00.980.530.65
HSL332.73º95.65%18.04%-
HSV(B)332.73º97.78%35.29%-
XYZ4.662.382.41-
YUV32.87133.15168.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 67.16%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=67.16%
G=1.49%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9024200.980.530.65332.7395.6518.04
Hex5A22A062354114d6012
Octal13225201426510151514022
Binary101101010101010011000101101011000001101001101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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