#5F0154

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

Shades of Tyrian Purple #5F0154

Tints of Tyrian Purple #5F0154

Color information

#5F0154 (or 0x5F0154) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 01 and 54. RGB value is (95,1,84). Sum of RGB (Red+Green+Blue) = 95+1+84=180 (23% of max value = 765). Red value is 95 (37.5% from 255 or 52.78% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0154 is #A0FEAB. Grayscale: #262626. Windows color (decimal): -10550956 or 5505375. OLE color: 5505375.

HSL color Cylindrical-coordinate representation of color #5F0154: hue angle of 307.02º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F0154 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.63.

Color convert

RGB95184-
CMYK00.990.120.63
HSL307.02º97.92%18.82%-
HSV(B)307.02º98.95%37.25%-
XYZ6.333.098.65-
YUV38.57153.64168.25-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 52.78%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 84 (33.20% from 255) = 46.67%
R=52.78%
G=0.56%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9518400.990.120.63307.0297.9218.82
Hex5F154063C3F1336213
Octal13711240143147746314223
Binary101111111010100011000111100111111100110011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,1,84); }

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

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

 a { background-color: rgb(95,1,84); }

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

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

 span { border-color: rgb(95,1,84); }

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