#5F0D4A

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

Shades of Tyrian Purple #5F0D4A

Tints of Tyrian Purple #5F0D4A

Color information

#5F0D4A (or 0x5F0D4A) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 0D and 4A. RGB value is (95,13,74). Sum of RGB (Red+Green+Blue) = 95+13+74=182 (24% of max value = 765). Red value is 95 (37.5% from 255 or 52.20% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0D4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0D4A is #A0F2B5. Grayscale: #2C2C2C. Windows color (decimal): -10547894 or 4853087. OLE color: 4853087.

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

Color convert

RGB951374-
CMYK00.860.220.63
HSL315.37º75.93%21.18%-
HSV(B)315.37º86.32%37.25%-
XYZ6.13.226.78-
YUV44.47144.67164.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 52.20%
GREEN value IS 13 (5.47% from 255) = 7.14%
BLUE value IS 74 (29.30% from 255) = 40.66%
R=52.20%
G=7.14%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95137400.860.220.63315.3775.9321.18
Hex5FD4A056163F13b4c15
Octal137151120126267747311425
Binary1011111110110010100101011010110111111100111011100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,13,74); }

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

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

 a { background-color: rgb(95,13,74); }

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

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

 span { border-color: rgb(95,13,74); }

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