#5F0D41

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

Shades of Tyrian Purple #5F0D41

Tints of Tyrian Purple #5F0D41

Color information

#5F0D41 (or 0x5F0D41) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 0D and 41. RGB value is (95,13,65). Sum of RGB (Red+Green+Blue) = 95+13+65=173 (22% of max value = 765). Red value is 95 (37.5% from 255 or 54.91% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0D41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0D41 is #A0F2BE. Grayscale: #2B2B2B. Windows color (decimal): -10547903 or 4263263. OLE color: 4263263.

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

Color convert

RGB951365-
CMYK00.860.320.63
HSL321.95º75.93%21.18%-
HSV(B)321.95º86.32%37.25%-
XYZ5.823.15.29-
YUV43.45140.17164.77-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 54.91%
GREEN value IS 13 (5.47% from 255) = 7.51%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=54.91%
G=7.51%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.32
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95136500.860.320.63321.9575.9321.18
Hex5FD41056203F1424c15
Octal137151010126407750211425
Binary10111111101100000101010110100000111111101000010100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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