#4F0C3F

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

Shades of Tyrian Purple #4F0C3F

Tints of Tyrian Purple #4F0C3F

Color information

#4F0C3F (or 0x4F0C3F) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 0C and 3F. RGB value is (79,12,63). Sum of RGB (Red+Green+Blue) = 79+12+63=154 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.30% from 154); Green value is 12 (5.08% from 255 or 7.79% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0C3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0C3F is #B0F3C0. Grayscale: #252525. Windows color (decimal): -11596737 or 4131919. OLE color: 4131919.

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

Color convert

RGB791263-
CMYK00.850.200.69
HSL314.33º73.63%17.84%-
HSV(B)314.33º84.81%30.98%-
XYZ4.252.284.92-
YUV37.85142.2157.35-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 51.30%
GREEN value IS 12 (5.08% from 255) = 7.79%
BLUE value IS 63 (25% from 255) = 40.91%
R=51.30%
G=7.79%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79126300.850.200.69314.3373.6317.84
Hex4FC3F055144513a4a12
Octal117147701252410547211222
Binary1001111110011111101010101101001000101100111010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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