#5B0B2F

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

Shades of Tyrian Purple #5B0B2F

Tints of Tyrian Purple #5B0B2F

Color information

#5B0B2F (or 0x5B0B2F) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 0B and 2F. RGB value is (91,11,47). Sum of RGB (Red+Green+Blue) = 91+11+47=149 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.07% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0B2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0B2F is #A4F4D0. Grayscale: #262626. Windows color (decimal): -10810577 or 3083099. OLE color: 3083099.

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

Color convert

RGB911147-
CMYK00.880.480.64
HSL333º78.43%20%-
HSV(B)333º87.91%35.69%-
XYZ4.952.672.94-
YUV39.02132.5165.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 61.07%
GREEN value IS 11 (4.69% from 255) = 7.38%
BLUE value IS 47 (18.75% from 255) = 31.54%
R=61.07%
G=7.38%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91114700.880.480.6433378.4320
Hex5BB2F058304014d4e14
Octal133135701306010051511624
Binary10110111011101111010110001100001000000101001101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,11,47); }

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

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

 a { background-color: rgb(91,11,47); }

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

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

 span { border-color: rgb(91,11,47); }

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