#5F1133

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

Shades of Tyrian Purple #5F1133

Tints of Tyrian Purple #5F1133

Color information

#5F1133 (or 0x5F1133) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 11 and 33. RGB value is (95,17,51). Sum of RGB (Red+Green+Blue) = 95+17+51=163 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.28% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1133 is #A0EECC. Grayscale: #2C2C2C. Windows color (decimal): -10546893 or 3346783. OLE color: 3346783.

HSL color Cylindrical-coordinate representation of color #5F1133: hue angle of 333.85º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F1133 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.63.

Color convert

RGB951751-
CMYK00.820.460.63
HSL333.85º69.64%21.96%-
HSV(B)333.85º82.11%37.25%-
XYZ5.523.073.43-
YUV44.2131.84164.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 58.28%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 51 (20.31% from 255) = 31.29%
R=58.28%
G=10.43%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95175100.820.460.63333.8569.6421.96
Hex5F11330522E3F14e4616
Octal13721630122567751610626
Binary10111111000111001101010010101110111111101001110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,17,51); }

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

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

 a { background-color: rgb(95,17,51); }

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

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

 span { border-color: rgb(95,17,51); }

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