#5F0F47

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

Shades of Tyrian Purple #5F0F47

Tints of Tyrian Purple #5F0F47

Color information

#5F0F47 (or 0x5F0F47) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 0F and 47. RGB value is (95,15,71). Sum of RGB (Red+Green+Blue) = 95+15+71=181 (23% of max value = 765). Red value is 95 (37.5% from 255 or 52.49% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0F47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0F47 is #A0F0B8. Grayscale: #2D2D2D. Windows color (decimal): -10547385 or 4656991. OLE color: 4656991.

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

Color convert

RGB951571-
CMYK00.840.250.63
HSL318º72.73%21.57%-
HSV(B)318º84.21%37.25%-
XYZ6.033.236.27-
YUV45.3142.5163.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 52.49%
GREEN value IS 15 (6.25% from 255) = 8.29%
BLUE value IS 71 (28.12% from 255) = 39.23%
R=52.49%
G=8.29%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95157100.840.250.6331872.7321.57
Hex5FF47054193F13e4916
Octal137171070124317747611126
Binary1011111111110001110101010011001111111100111110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,15,71); }

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

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

 a { background-color: rgb(95,15,71); }

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

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

 span { border-color: rgb(95,15,71); }

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