#5C053B

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

Shades of Tyrian Purple #5C053B

Tints of Tyrian Purple #5C053B

Color information

#5C053B (or 0x5C053B) is unknown color: approx Tyrian Purple. HEX triplet: 5C, 05 and 3B. RGB value is (92,5,59). Sum of RGB (Red+Green+Blue) = 92+5+59=156 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.97% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 92 - color contains mainly: red. Hex color #5C053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C053B is #A3FAC4. Grayscale: #252525. Windows color (decimal): -10746565 or 3867996. OLE color: 3867996.

HSL color Cylindrical-coordinate representation of color #5C053B: hue angle of 322.76º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C053B is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.64.

Color convert

RGB92559-
CMYK00.950.360.64
HSL322.76º89.69%19.02%-
HSV(B)322.76º94.57%36.08%-
XYZ5.262.74.38-
YUV37.17140.32167.11-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 58.97%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 59 (23.44% from 255) = 37.82%
R=58.97%
G=3.21%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9255900.950.360.64322.7689.6919.02
Hex5C53B05F24401435a13
Octal13457301374410050313223
Binary1011100101111011010111111001001000000101000011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,5,59); }

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

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

 a { background-color: rgb(92,5,59); }

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

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

 span { border-color: rgb(92,5,59); }

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