#5A0F3C

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

Shades of Tyrian Purple #5A0F3C

Tints of Tyrian Purple #5A0F3C

Color information

#5A0F3C (or 0x5A0F3C) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 0F and 3C. RGB value is (90,15,60). Sum of RGB (Red+Green+Blue) = 90+15+60=165 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.55% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0F3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0F3C is #A5F0C3. Grayscale: #2A2A2A. Windows color (decimal): -10875076 or 3936090. OLE color: 3936090.

HSL color Cylindrical-coordinate representation of color #5A0F3C: hue angle of 324º 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 #5A0F3C is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB901560-
CMYK00.830.330.65
HSL324º71.43%20.59%-
HSV(B)324º83.33%35.29%-
XYZ5.22.844.55-
YUV42.56137.85161.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 54.55%
GREEN value IS 15 (6.25% from 255) = 9.09%
BLUE value IS 60 (23.83% from 255) = 36.36%
R=54.55%
G=9.09%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90156000.830.330.6532471.4320.59
Hex5AF3C05321411444715
Octal132177401234110150410725
Binary10110101111111100010100111000011000001101000100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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