#5C123C

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

Shades of Tyrian Purple #5C123C

Tints of Tyrian Purple #5C123C

Color information

#5C123C (or 0x5C123C) is unknown color: approx Tyrian Purple. HEX triplet: 5C, 12 and 3C. RGB value is (92,18,60). Sum of RGB (Red+Green+Blue) = 92+18+60=170 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.12% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 92 - color contains mainly: red. Hex color #5C123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C123C is #A3EDC3. Grayscale: #2C2C2C. Windows color (decimal): -10743236 or 3936860. OLE color: 3936860.

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

Color convert

RGB921860-
CMYK00.800.350.64
HSL325.95º67.27%21.57%-
HSV(B)325.95º80.43%36.08%-
XYZ5.453.034.57-
YUV44.91136.52161.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 54.12%
GREEN value IS 18 (7.42% from 255) = 10.59%
BLUE value IS 60 (23.83% from 255) = 35.29%
R=54.12%
G=10.59%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92186000.800.350.64325.9567.2721.57
Hex5C123C05023401464316
Octal134227401204310050610326
Binary101110010010111100010100001000111000000101000110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C123C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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