#4F0035

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

Shades of Tyrian Purple #4F0035

Tints of Tyrian Purple #4F0035

Color information

#4F0035 (or 0x4F0035) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 00 and 35. RGB value is (79,0,53). Sum of RGB (Red+Green+Blue) = 79+0+53=132 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.85% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0035 is #B0FFCA. Grayscale: #1D1D1D. Windows color (decimal): -11599819 or 3473487. OLE color: 3473487.

HSL color Cylindrical-coordinate representation of color #4F0035: hue angle of 319.75º 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 #4F0035 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB79053-
CMYK010.330.69
HSL319.75º100%15.49%-
HSV(B)319.75º100%30.98%-
XYZ3.871.923.53-
YUV29.66141.17163.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 59.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 40.15%
R=59.85%
G=0%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79053010.330.69319.7510015.49
Hex4F035064214514064f
Octal11706501444110550014417
Binary1001111011010101100100100001100010110100000011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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