#5a1335

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

Shades of Tyrian Purple #5A1335

Tints of Tyrian Purple #5A1335

Color information

#5A1335 (or 0x5A1335) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 13 and 35. RGB value is (90,19,53). Sum of RGB (Red+Green+Blue) = 90+19+53=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1335 is #A5ECCA. Grayscale: #2C2C2C. Windows color (decimal): -10874059 or 3478362. OLE color: 3478362.

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

Color convert

RGB901953-
CMYK00.790.410.65
HSL331.27º65.14%21.37%-
HSV(B)331.27º78.89%35.29%-
XYZ5.092.93.66-
YUV44.1133.02160.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 55.56%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 53 (21.09% from 255) = 32.72%
R=55.56%
G=11.73%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90195300.790.410.65331.2765.1421.37
Hex5A133504F294114b4115
Octal132236501175110151310125
Binary101101010011110101010011111010011000001101001011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a1335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,19,53); }

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

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

 a { background-color: rgb(90,19,53); }

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

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

 span { border-color: rgb(90,19,53); }

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