#5F092F

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

Shades of Tyrian Purple #5F092F

Tints of Tyrian Purple #5F092F

Color information

#5F092F (or 0x5F092F) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 09 and 2F. RGB value is (95,9,47). Sum of RGB (Red+Green+Blue) = 95+9+47=151 (20% of max value = 765). Red value is 95 (37.5% from 255 or 62.91% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 95 - color contains mainly: red. Hex color #5F092F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F092F is #A0F6D0. Grayscale: #262626. Windows color (decimal): -10548945 or 3082591. OLE color: 3082591.

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

Color convert

RGB95947-
CMYK00.910.510.63
HSL333.49º82.69%20.39%-
HSV(B)333.49º90.53%37.25%-
XYZ5.332.832.96-
YUV39.05132.49167.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 62.91%
GREEN value IS 9 (3.91% from 255) = 5.96%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=62.91%
G=5.96%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.51
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9594700.910.510.63333.4982.6920.39
Hex5F92F05B333F14d5314
Octal13711570133637751512324
Binary1011111100110111101011011110011111111101001101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,9,47); }

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

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

 a { background-color: rgb(95,9,47); }

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

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

 span { border-color: rgb(95,9,47); }

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