#5F053B

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

Shades of Tyrian Purple #5F053B

Tints of Tyrian Purple #5F053B

Color information

#5F053B (or 0x5F053B) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 05 and 3B. RGB value is (95,5,59). Sum of RGB (Red+Green+Blue) = 95+5+59=159 (21% of max value = 765). Red value is 95 (37.5% from 255 or 59.75% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 95 - color contains mainly: red. Hex color #5F053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F053B is #A0FAC4. Grayscale: #252525. Windows color (decimal): -10549957 or 3867999. OLE color: 3867999.

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

Color convert

RGB95559-
CMYK00.950.380.63
HSL324º90%19.61%-
HSV(B)324º94.74%37.25%-
XYZ5.562.864.4-
YUV38.07139.82168.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 59.75%
GREEN value IS 5 (2.34% from 255) = 3.14%
BLUE value IS 59 (23.44% from 255) = 37.11%
R=59.75%
G=3.14%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9555900.950.380.633249019.61
Hex5F53B05F263F1445a14
Octal1375730137467750413224
Binary101111110111101101011111100110111111101000100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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