#5F064A

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

Shades of Tyrian Purple #5F064A

Tints of Tyrian Purple #5F064A

Color information

#5F064A (or 0x5F064A) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 06 and 4A. RGB value is (95,6,74). Sum of RGB (Red+Green+Blue) = 95+6+74=175 (23% of max value = 765). Red value is 95 (37.5% from 255 or 54.29% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 95 - color contains mainly: red. Hex color #5F064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F064A is #A0F9B5. Grayscale: #282828. Windows color (decimal): -10549686 or 4851295. OLE color: 4851295.

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

Color convert

RGB95674-
CMYK00.940.220.63
HSL314.16º88.12%19.8%-
HSV(B)314.16º93.68%37.25%-
XYZ6.023.066.75-
YUV40.36146.99166.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 54.29%
GREEN value IS 6 (2.73% from 255) = 3.43%
BLUE value IS 74 (29.30% from 255) = 42.29%
R=54.29%
G=3.43%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9567400.940.220.63314.1688.1219.8
Hex5F64A05E163F13a5814
Octal13761120136267747213024
Binary101111111010010100101111010110111111100111010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F064A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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