#5A092B

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

Shades of Tyrian Purple #5A092B

Tints of Tyrian Purple #5A092B

Color information

#5A092B (or 0x5A092B) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 09 and 2B. RGB value is (90,9,43). Sum of RGB (Red+Green+Blue) = 90+9+43=142 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.38% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 90 - color contains mainly: red. Hex color #5A092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A092B is #A5F6D4. Grayscale: #252525. Windows color (decimal): -10876629 or 2820442. OLE color: 2820442.

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

Color convert

RGB90943-
CMYK00.90.520.65
HSL334.81º81.82%19.41%-
HSV(B)334.81º90%35.29%-
XYZ4.752.542.53-
YUV37.1131.34165.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 63.38%
GREEN value IS 9 (3.91% from 255) = 6.34%
BLUE value IS 43 (17.19% from 255) = 30.28%
R=63.38%
G=6.34%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9094300.90.520.65334.8181.8219.41
Hex5A92B05A344114f5213
Octal132115301326410151712223
Binary10110101001101011010110101101001000001101001111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,9,43); }

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

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

 a { background-color: rgb(90,9,43); }

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

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

 span { border-color: rgb(90,9,43); }

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