#4F003B

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

Shades of Tyrian Purple #4F003B

Tints of Tyrian Purple #4F003B

Color information

#4F003B (or 0x4F003B) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 00 and 3B. RGB value is (79,0,59). Sum of RGB (Red+Green+Blue) = 79+0+59=138 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.25% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 79 - color contains mainly: red. Hex color #4F003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F003B is #B0FFC4. Grayscale: #1E1E1E. Windows color (decimal): -11599813 or 3866703. OLE color: 3866703.

HSL color Cylindrical-coordinate representation of color #4F003B: hue angle of 315.19º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F003B is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB79059-
CMYK010.250.69
HSL315.19º100%15.49%-
HSV(B)315.19º100%30.98%-
XYZ4.011.984.31-
YUV30.35144.17162.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 57.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 42.75%
R=57.25%
G=0%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79059010.250.69315.1910015.49
Hex4F03B064194513b64f
Octal11707301443110547314417
Binary100111101110110110010011001100010110011101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,0,59); }

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

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

 a { background-color: rgb(79,0,59); }

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

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

 span { border-color: rgb(79,0,59); }

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