#5A062A

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

Shades of Tyrian Purple #5A062A

Tints of Tyrian Purple #5A062A

Color information

#5A062A (or 0x5A062A) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 06 and 2A. RGB value is (90,6,42). Sum of RGB (Red+Green+Blue) = 90+6+42=138 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.22% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 90 - color contains mainly: red. Hex color #5A062A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A062A is #A5F9D5. Grayscale: #232323. Windows color (decimal): -10877398 or 2754138. OLE color: 2754138.

HSL color Cylindrical-coordinate representation of color #5A062A: hue angle of 334.29º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A062A is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB90642-
CMYK00.930.530.65
HSL334.29º87.5%18.82%-
HSV(B)334.29º93.33%35.29%-
XYZ4.72.472.42-
YUV35.22131.83167.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 65.22%
GREEN value IS 6 (2.73% from 255) = 4.35%
BLUE value IS 42 (16.80% from 255) = 30.43%
R=65.22%
G=4.35%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9064200.930.530.65334.2987.518.82
Hex5A62A05D354114e5813
Octal13265201356510151613023
Binary1011010110101010010111011101011000001101001110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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