#5F044E

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

Shades of Tyrian Purple #5F044E

Tints of Tyrian Purple #5F044E

Color information

#5F044E (or 0x5F044E) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 04 and 4E. RGB value is (95,4,78). Sum of RGB (Red+Green+Blue) = 95+4+78=177 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.67% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 95 - color contains mainly: red. Hex color #5F044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F044E is #A0FBB1. Grayscale: #272727. Windows color (decimal): -10550194 or 5112927. OLE color: 5112927.

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

Color convert

RGB95478-
CMYK00.960.180.63
HSL311.21º91.92%19.41%-
HSV(B)311.21º95.79%37.25%-
XYZ6.143.077.48-
YUV39.64149.65167.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 53.67%
GREEN value IS 4 (1.95% from 255) = 2.26%
BLUE value IS 78 (30.86% from 255) = 44.07%
R=53.67%
G=2.26%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9547800.960.180.63311.2191.9219.41
Hex5F44E060123F1375c13
Octal13741160140227746713423
Binary101111110010011100110000010010111111100110111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F044E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,4,78); }

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

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

 a { background-color: rgb(95,4,78); }

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

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

 span { border-color: rgb(95,4,78); }

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