#5F013B

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

Shades of Tyrian Purple #5F013B

Tints of Tyrian Purple #5F013B

Color information

#5F013B (or 0x5F013B) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 01 and 3B. RGB value is (95,1,59). Sum of RGB (Red+Green+Blue) = 95+1+59=155 (20% of max value = 765). Red value is 95 (37.5% from 255 or 61.29% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 95 - color contains mainly: red. Hex color #5F013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F013B is #A0FEC4. Grayscale: #232323. Windows color (decimal): -10550981 or 3866975. OLE color: 3866975.

HSL color Cylindrical-coordinate representation of color #5F013B: hue angle of 322.98º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F013B is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB95159-
CMYK00.990.380.63
HSL322.98º97.92%18.82%-
HSV(B)322.98º98.95%37.25%-
XYZ5.522.774.38-
YUV35.72141.14170.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 61.29%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 59 (23.44% from 255) = 38.06%
R=61.29%
G=0.65%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9515900.990.380.63322.9897.9218.82
Hex5F13B063263F1436213
Octal1371730143467750314223
Binary1011111111101101100011100110111111101000011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,1,59); }

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

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

 a { background-color: rgb(95,1,59); }

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

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

 span { border-color: rgb(95,1,59); }

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