#5F043A

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

Shades of Tyrian Purple #5F043A

Tints of Tyrian Purple #5F043A

Color information

#5F043A (or 0x5F043A) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 04 and 3A. RGB value is (95,4,58). Sum of RGB (Red+Green+Blue) = 95+4+58=157 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.51% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 95 - color contains mainly: red. Hex color #5F043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F043A is #A0FBC5. Grayscale: #252525. Windows color (decimal): -10550214 or 3802207. OLE color: 3802207.

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

Color convert

RGB95458-
CMYK00.960.390.63
HSL324.4º91.92%19.41%-
HSV(B)324.4º95.79%37.25%-
XYZ5.532.834.26-
YUV37.36139.65169.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 60.51%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 58 (23.05% from 255) = 36.94%
R=60.51%
G=2.55%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9545800.960.390.63324.491.9219.41
Hex5F43A060273F1445c13
Octal1374720140477750413423
Binary101111110011101001100000100111111111101000100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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