#5A083B

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

Shades of Tyrian Purple #5A083B

Tints of Tyrian Purple #5A083B

Color information

#5A083B (or 0x5A083B) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 08 and 3B. RGB value is (90,8,59). Sum of RGB (Red+Green+Blue) = 90+8+59=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A083B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A083B is #A5F7C4. Grayscale: #262626. Windows color (decimal): -10876869 or 3868762. OLE color: 3868762.

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

Color convert

RGB90859-
CMYK00.910.340.65
HSL322.68º83.67%19.22%-
HSV(B)322.68º91.11%35.29%-
XYZ5.092.664.38-
YUV38.33139.67164.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 57.32%
GREEN value IS 8 (3.52% from 255) = 5.10%
BLUE value IS 59 (23.44% from 255) = 37.58%
R=57.32%
G=5.10%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9085900.910.340.65322.6883.6719.22
Hex5A83B05B22411435413
Octal132107301334210150312423
Binary10110101000111011010110111000101000001101000011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A083B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,8,59); }

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

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

 a { background-color: rgb(90,8,59); }

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

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

 span { border-color: rgb(90,8,59); }

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