#5F043F

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

Shades of Tyrian Purple #5F043F

Tints of Tyrian Purple #5F043F

Color information

#5F043F (or 0x5F043F) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 04 and 3F. RGB value is (95,4,63). Sum of RGB (Red+Green+Blue) = 95+4+63=162 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.64% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 95 - color contains mainly: red. Hex color #5F043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F043F is #A0FBC0. Grayscale: #252525. Windows color (decimal): -10550209 or 4129887. OLE color: 4129887.

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

Color convert

RGB95463-
CMYK00.960.340.63
HSL321.1º91.92%19.41%-
HSV(B)321.1º95.79%37.25%-
XYZ5.662.884.96-
YUV37.93142.15168.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 58.64%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 63 (25% from 255) = 38.89%
R=58.64%
G=2.47%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9546300.960.340.63321.191.9219.41
Hex5F43F060223F1415c13
Octal1374770140427750113423
Binary101111110011111101100000100010111111101000001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F043F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,4,63); }

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

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

 a { background-color: rgb(95,4,63); }

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

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

 span { border-color: rgb(95,4,63); }

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