#5B0F3A

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

Shades of Tyrian Purple #5B0F3A

Tints of Tyrian Purple #5B0F3A

Color information

#5B0F3A (or 0x5B0F3A) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 0F and 3A. RGB value is (91,15,58). Sum of RGB (Red+Green+Blue) = 91+15+58=164 (21% of max value = 765). Red value is 91 (35.94% from 255 or 55.49% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0F3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0F3A is #A4F0C5. Grayscale: #2A2A2A. Windows color (decimal): -10809542 or 3805019. OLE color: 3805019.

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

Color convert

RGB911558-
CMYK00.840.360.64
HSL326.05º71.7%20.78%-
HSV(B)326.05º83.52%35.69%-
XYZ5.252.874.28-
YUV42.63136.68162.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 55.49%
GREEN value IS 15 (6.25% from 255) = 9.15%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=55.49%
G=9.15%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91155800.840.360.64326.0571.720.78
Hex5BF3A05424401464815
Octal133177201244410050611025
Binary10110111111111010010101001001001000000101000110100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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