#5B0224

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

Shades of Tyrian Purple #5B0224

Tints of Tyrian Purple #5B0224

Color information

#5B0224 (or 0x5B0224) is unknown color: approx Tyrian Purple. HEX triplet: 5B, 02 and 24. RGB value is (91,2,36). Sum of RGB (Red+Green+Blue) = 91+2+36=129 (17% of max value = 765). Red value is 91 (35.94% from 255 or 70.54% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0224 is #A4FDDB. Grayscale: #202020. Windows color (decimal): -10812892 or 2359899. OLE color: 2359899.

HSL color Cylindrical-coordinate representation of color #5B0224: hue angle of 337.08º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B0224 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.64.

Color convert

RGB91236-
CMYK00.980.600.64
HSL337.08º95.7%18.24%-
HSV(B)337.08º97.8%35.69%-
XYZ4.652.391.89-
YUV32.49129.99169.74-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 70.54%
GREEN value IS 2 (1.17% from 255) = 1.55%
BLUE value IS 36 (14.45% from 255) = 27.91%
R=70.54%
G=1.55%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.60
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9123600.980.600.64337.0895.718.24
Hex5B2240623C401516012
Octal13324401427410052114022
Binary101101110100100011000101111001000000101010001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,2,36); }

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

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

 a { background-color: rgb(91,2,36); }

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

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

 span { border-color: rgb(91,2,36); }

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