#5F094F

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

Shades of Tyrian Purple #5F094F

Tints of Tyrian Purple #5F094F

Color information

#5F094F (or 0x5F094F) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 09 and 4F. RGB value is (95,9,79). Sum of RGB (Red+Green+Blue) = 95+9+79=183 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.91% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 95 - color contains mainly: red. Hex color #5F094F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F094F is #A0F6B0. Grayscale: #2A2A2A. Windows color (decimal): -10548913 or 5179743. OLE color: 5179743.

HSL color Cylindrical-coordinate representation of color #5F094F: hue angle of 311.16º 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 #5F094F is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB95979-
CMYK00.910.170.63
HSL311.16º82.69%20.39%-
HSV(B)311.16º90.53%37.25%-
XYZ6.233.197.69-
YUV42.69148.49165.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 51.91%
GREEN value IS 9 (3.91% from 255) = 4.92%
BLUE value IS 79 (31.25% from 255) = 43.17%
R=51.91%
G=4.92%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.17
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9597900.910.170.63311.1682.6920.39
Hex5F94F05B113F1375314
Octal137111170133217746712324
Binary1011111100110011110101101110001111111100110111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F094F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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