#5F044C

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

Shades of Tyrian Purple #5F044C

Tints of Tyrian Purple #5F044C

Color information

#5F044C (or 0x5F044C) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 04 and 4C. RGB value is (95,4,76). Sum of RGB (Red+Green+Blue) = 95+4+76=175 (23% of max value = 765). Red value is 95 (37.5% from 255 or 54.29% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 95 - color contains mainly: red. Hex color #5F044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F044C is #A0FBB3. Grayscale: #272727. Windows color (decimal): -10550196 or 4981855. OLE color: 4981855.

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

Color convert

RGB95476-
CMYK00.960.200.63
HSL312.53º91.92%19.41%-
HSV(B)312.53º95.79%37.25%-
XYZ6.073.047.1-
YUV39.42148.65167.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 54.29%
GREEN value IS 4 (1.95% from 255) = 2.29%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=54.29%
G=2.29%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9547600.960.200.63312.5391.9219.41
Hex5F44C060143F1395c13
Octal13741140140247747113423
Binary101111110010011000110000010100111111100111001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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