#5A0F2E

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

Shades of Tyrian Purple #5A0F2E

Tints of Tyrian Purple #5A0F2E

Color information

#5A0F2E (or 0x5A0F2E) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 0F and 2E. RGB value is (90,15,46). Sum of RGB (Red+Green+Blue) = 90+15+46=151 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.60% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0F2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0F2E is #A5F0D1. Grayscale: #282828. Windows color (decimal): -10875090 or 3018586. OLE color: 3018586.

HSL color Cylindrical-coordinate representation of color #5A0F2E: hue angle of 335.2º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A0F2E is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB901546-
CMYK00.830.490.65
HSL335.2º71.43%20.59%-
HSV(B)335.2º83.33%35.29%-
XYZ4.882.712.85-
YUV40.96130.85162.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 59.60%
GREEN value IS 15 (6.25% from 255) = 9.93%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=59.60%
G=9.93%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90154600.830.490.65335.271.4320.59
Hex5AF2E053314114f4715
Octal132175601236110151710725
Binary10110101111101110010100111100011000001101001111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,15,46); }

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

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

 a { background-color: rgb(90,15,46); }

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

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

 span { border-color: rgb(90,15,46); }

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