#5F073D

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

Shades of Tyrian Purple #5F073D

Tints of Tyrian Purple #5F073D

Color information

#5F073D (or 0x5F073D) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 07 and 3D. RGB value is (95,7,61). Sum of RGB (Red+Green+Blue) = 95+7+61=163 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.28% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 95 - color contains mainly: red. Hex color #5F073D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F073D is #A0F8C2. Grayscale: #272727. Windows color (decimal): -10549443 or 3999583. OLE color: 3999583.

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

Color convert

RGB95761-
CMYK00.930.360.63
HSL323.18º86.27%20%-
HSV(B)323.18º92.63%37.25%-
XYZ5.642.924.68-
YUV39.47140.15167.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 58.28%
GREEN value IS 7 (3.12% from 255) = 4.29%
BLUE value IS 61 (24.22% from 255) = 37.42%
R=58.28%
G=4.29%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9576100.930.360.63323.1886.2720
Hex5F73D05D243F1435614
Octal1377750135447750312624
Binary101111111111110101011101100100111111101000011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F073D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,7,61); }

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

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

 a { background-color: rgb(95,7,61); }

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

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

 span { border-color: rgb(95,7,61); }

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