#4F023B

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

Shades of Tyrian Purple #4F023B

Tints of Tyrian Purple #4F023B

Color information

#4F023B (or 0x4F023B) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 02 and 3B. RGB value is (79,2,59). Sum of RGB (Red+Green+Blue) = 79+2+59=140 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.43% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 79 - color contains mainly: red. Hex color #4F023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F023B is #B0FDC4. Grayscale: #1F1F1F. Windows color (decimal): -11599301 or 3867215. OLE color: 3867215.

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

Color convert

RGB79259-
CMYK00.970.250.69
HSL315.58º95.06%15.88%-
HSV(B)315.58º97.47%30.98%-
XYZ4.042.024.32-
YUV31.52143.51161.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 56.43%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 59 (23.44% from 255) = 42.14%
R=56.43%
G=1.43%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7925900.970.250.69315.5895.0615.88
Hex4F23B061194513c5f10
Octal11727301413110547413720
Binary10011111011101101100001110011000101100111100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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