#5C0F37

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

Shades of Tyrian Purple #5C0F37

Tints of Tyrian Purple #5C0F37

Color information

#5C0F37 (or 0x5C0F37) is unknown color: approx Tyrian Purple. HEX triplet: 5C, 0F and 37. RGB value is (92,15,55). Sum of RGB (Red+Green+Blue) = 92+15+55=162 (21% of max value = 765). Red value is 92 (36.33% from 255 or 56.79% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0F37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0F37 is #A3F0C8. Grayscale: #2A2A2A. Windows color (decimal): -10744009 or 3608412. OLE color: 3608412.

HSL color Cylindrical-coordinate representation of color #5C0F37: hue angle of 328.83º 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 #5C0F37 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB921555-
CMYK00.840.400.64
HSL328.83º71.96%20.98%-
HSV(B)328.83º83.7%36.08%-
XYZ5.272.893.89-
YUV42.58135.01163.25-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 56.79%
GREEN value IS 15 (6.25% from 255) = 9.26%
BLUE value IS 55 (21.88% from 255) = 33.95%
R=56.79%
G=9.26%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92155500.840.400.64328.8371.9620.98
Hex5CF3705428401494815
Octal134176701245010051111025
Binary10111001111110111010101001010001000000101001001100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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