#4F033F

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

Shades of Tyrian Purple #4F033F

Tints of Tyrian Purple #4F033F

Color information

#4F033F (or 0x4F033F) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 03 and 3F. RGB value is (79,3,63). Sum of RGB (Red+Green+Blue) = 79+3+63=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F033F is #B0FCC0. Grayscale: #202020. Windows color (decimal): -11599041 or 4129615. OLE color: 4129615.

HSL color Cylindrical-coordinate representation of color #4F033F: hue angle of 312.63º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F033F is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB79363-
CMYK00.960.200.69
HSL312.63º92.68%16.08%-
HSV(B)312.63º96.2%30.98%-
XYZ4.152.094.89-
YUV32.56145.18161.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.48%
GREEN value IS 3 (1.56% from 255) = 2.07%
BLUE value IS 63 (25% from 255) = 43.45%
R=54.48%
G=2.07%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7936300.960.200.69312.6392.6816.08
Hex4F33F06014451395d10
Octal11737701402410547113520
Binary10011111111111101100000101001000101100111001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F033F; }

 p { color: rgb(79,3,63); }

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

<style>
 a { background-color: #4F033F; }

 a { background-color: rgb(79,3,63); }

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

<style>
 span { border-color: #4F033F; }

 span { border-color: rgb(79,3,63); }

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