#5B0F3C

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

Shades of Tyrian Purple #5B0F3C

Tints of Tyrian Purple #5B0F3C

Color information

#5B0F3C (or 0x5B0F3C) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 0F and 3C. RGB value is (91,15,60). Sum of RGB (Red+Green+Blue) = 91+15+60=166 (21% of max value = 765). Red value is 91 (35.94% from 255 or 54.82% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0F3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0F3C is #A4F0C3. Grayscale: #2A2A2A. Windows color (decimal): -10809540 or 3936091. OLE color: 3936091.

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

Color convert

RGB911560-
CMYK00.840.340.64
HSL324.47º71.7%20.78%-
HSV(B)324.47º83.52%35.69%-
XYZ5.32.894.55-
YUV42.85137.68162.34-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 54.82%
GREEN value IS 15 (6.25% from 255) = 9.04%
BLUE value IS 60 (23.83% from 255) = 36.14%
R=54.82%
G=9.04%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91156000.840.340.64324.4771.720.78
Hex5BF3C05422401444815
Octal133177401244210050411025
Binary10110111111111100010101001000101000000101000100100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,15,60); }

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

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

 a { background-color: rgb(91,15,60); }

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

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

 span { border-color: rgb(91,15,60); }

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