#5F0951

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

Shades of Tyrian Purple #5F0951

Tints of Tyrian Purple #5F0951

Color information

#5F0951 (or 0x5F0951) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 09 and 51. RGB value is (95,9,81). Sum of RGB (Red+Green+Blue) = 95+9+81=185 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.35% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0951 is #A0F6AE. Grayscale: #2A2A2A. Windows color (decimal): -10548911 or 5310815. OLE color: 5310815.

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

Color convert

RGB95981-
CMYK00.910.150.63
HSL309.77º82.69%20.39%-
HSV(B)309.77º90.53%37.25%-
XYZ6.33.228.07-
YUV42.92149.49165.15-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 51.35%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 81 (32.03% from 255) = 43.78%
R=51.35%
G=4.86%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9598100.910.150.63309.7782.6920.39
Hex5F95105BF3F1365314
Octal137111210133177746612324
Binary101111110011010001010110111111111111100110110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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