#5F104B

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

Shades of Tyrian Purple #5F104B

Tints of Tyrian Purple #5F104B

Color information

#5F104B (or 0x5F104B) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 10 and 4B. RGB value is (95,16,75). Sum of RGB (Red+Green+Blue) = 95+16+75=186 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.08% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 95 - color contains mainly: red. Hex color #5F104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F104B is #A0EFB4. Grayscale: #2E2E2E. Windows color (decimal): -10547125 or 4919391. OLE color: 4919391.

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

Color convert

RGB951675-
CMYK00.830.210.63
HSL315.19º71.17%21.76%-
HSV(B)315.19º83.16%37.25%-
XYZ6.173.316.97-
YUV46.35144.17162.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 51.08%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 75 (29.69% from 255) = 40.32%
R=51.08%
G=8.60%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95167500.830.210.63315.1971.1721.76
Hex5F104B053153F13b4716
Octal137201130123257747310726
Binary10111111000010010110101001110101111111100111011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,16,75); }

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

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

 a { background-color: rgb(95,16,75); }

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

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

 span { border-color: rgb(95,16,75); }

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