#5B0C3C

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

Shades of Tyrian Purple #5B0C3C

Tints of Tyrian Purple #5B0C3C

Color information

#5B0C3C (or 0x5B0C3C) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 0C and 3C. RGB value is (91,12,60). Sum of RGB (Red+Green+Blue) = 91+12+60=163 (21% of max value = 765). Red value is 91 (35.94% from 255 or 55.83% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0C3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0C3C is #A4F3C3. Grayscale: #282828. Windows color (decimal): -10810308 or 3935323. OLE color: 3935323.

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

Color convert

RGB911260-
CMYK00.870.340.64
HSL323.54º76.7%20.2%-
HSV(B)323.54º86.81%35.69%-
XYZ5.262.814.54-
YUV41.09138.67163.6-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 55.83%
GREEN value IS 12 (5.08% from 255) = 7.36%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=55.83%
G=7.36%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91126000.870.340.64323.5476.720.2
Hex5BC3C05722401444d14
Octal133147401274210050411524
Binary10110111100111100010101111000101000000101000100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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