#5C0F39

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

Shades of Tyrian Purple #5C0F39

Tints of Tyrian Purple #5C0F39

Color information

#5C0F39 (or 0x5C0F39) is unknown color: approx Tyrian Purple. HEX triplet: 5C, 0F and 39. RGB value is (92,15,57). Sum of RGB (Red+Green+Blue) = 92+15+57=164 (21% of max value = 765). Red value is 92 (36.33% from 255 or 56.10% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0F39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0F39 is #A3F0C6. Grayscale: #2A2A2A. Windows color (decimal): -10744007 or 3739484. OLE color: 3739484.

HSL color Cylindrical-coordinate representation of color #5C0F39: hue angle of 327.27º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C0F39 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB921557-
CMYK00.840.380.64
HSL327.27º71.96%20.98%-
HSV(B)327.27º83.7%36.08%-
XYZ5.322.914.15-
YUV42.81136.01163.08-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 56.10%
GREEN value IS 15 (6.25% from 255) = 9.15%
BLUE value IS 57 (22.66% from 255) = 34.76%
R=56.10%
G=9.15%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92155700.840.380.64327.2771.9620.98
Hex5CF3905426401474815
Octal134177101244610050711025
Binary10111001111111001010101001001101000000101000111100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,15,57); }

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

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

 a { background-color: rgb(92,15,57); }

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

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

 span { border-color: rgb(92,15,57); }

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