#5C0C50

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

Shades of Tyrian Purple #5C0C50

Tints of Tyrian Purple #5C0C50

Color information

#5C0C50 (or 0x5C0C50) is unknown color: approx Tyrian Purple. HEX triplet: 5C, 0C and 50. RGB value is (92,12,80). Sum of RGB (Red+Green+Blue) = 92+12+80=184 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0C50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0C50 is #A3F3AF. Grayscale: #2B2B2B. Windows color (decimal): -10744752 or 5246044. OLE color: 5246044.

HSL color Cylindrical-coordinate representation of color #5C0C50: hue angle of 309º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C0C50 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB921280-
CMYK00.870.130.64
HSL309º76.92%20.39%-
HSV(B)309º86.96%36.08%-
XYZ5.993.127.88-
YUV43.67148.5162.47-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 50%
GREEN value IS 12 (5.08% from 255) = 6.52%
BLUE value IS 80 (31.64% from 255) = 43.48%
R=50%
G=6.52%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92128000.870.130.6430976.9220.39
Hex5CC50057D401354d14
Octal1341412001271510046511524
Binary1011100110010100000101011111011000000100110101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,12,80); }

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

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

 a { background-color: rgb(92,12,80); }

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

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

 span { border-color: rgb(92,12,80); }

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