#5C133C

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

Shades of Tyrian Purple #5C133C

Tints of Tyrian Purple #5C133C

Color information

#5C133C (or 0x5C133C) is unknown color: approx Tyrian Purple. HEX triplet: 5C, 13 and 3C. RGB value is (92,19,60). Sum of RGB (Red+Green+Blue) = 92+19+60=171 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.80% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 92 - color contains mainly: red. Hex color #5C133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C133C is #A3ECC3. Grayscale: #2D2D2D. Windows color (decimal): -10742980 or 3937116. OLE color: 3937116.

HSL color Cylindrical-coordinate representation of color #5C133C: hue angle of 326.3º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C133C is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB921960-
CMYK00.790.350.64
HSL326.3º65.77%21.76%-
HSV(B)326.3º79.35%36.08%-
XYZ5.463.074.58-
YUV45.5136.18161.17-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 53.80%
GREEN value IS 19 (7.81% from 255) = 11.11%
BLUE value IS 60 (23.83% from 255) = 35.09%
R=53.80%
G=11.11%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92196000.790.350.64326.365.7721.76
Hex5C133C04F23401464216
Octal134237401174310050610226
Binary101110010011111100010011111000111000000101000110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,19,60); }

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

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

 a { background-color: rgb(92,19,60); }

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

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

 span { border-color: rgb(92,19,60); }

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