#5A0C2C

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

Shades of Tyrian Purple #5A0C2C

Tints of Tyrian Purple #5A0C2C

Color information

#5A0C2C (or 0x5A0C2C) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 0C and 2C. RGB value is (90,12,44). Sum of RGB (Red+Green+Blue) = 90+12+44=146 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.64% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0C2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0C2C is #A5F3D3. Grayscale: #262626. Windows color (decimal): -10875860 or 2886746. OLE color: 2886746.

HSL color Cylindrical-coordinate representation of color #5A0C2C: hue angle of 335.38º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A0C2C is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB901244-
CMYK00.870.510.65
HSL335.38º76.47%20%-
HSV(B)335.38º86.67%35.29%-
XYZ4.82.622.64-
YUV38.97130.84164.4-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 61.64%
GREEN value IS 12 (5.08% from 255) = 8.22%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=61.64%
G=8.22%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90124400.870.510.65335.3876.4720
Hex5AC2C057334114f4c14
Octal132145401276310151711424
Binary10110101100101100010101111100111000001101001111100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,12,44); }

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

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

 a { background-color: rgb(90,12,44); }

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

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

 span { border-color: rgb(90,12,44); }

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