#7F0476

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

Shades of Purple #7F0476

Tints of Purple #7F0476

Color information

#7F0476 (or 0x7F0476) is unknown color: approx Purple. HEX triplet: 7F, 04 and 76. RGB value is (127,4,118). Sum of RGB (Red+Green+Blue) = 127+4+118=249 (32% of max value = 765). Red value is 127 (50% from 255 or 51.00% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0476 is #80FB89. Grayscale: #353535. Windows color (decimal): -8453002 or 7734399. OLE color: 7734399.

HSL color Cylindrical-coordinate representation of color #7F0476: hue angle of 304.39º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F0476 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB1274118-
CMYK00.970.070.50
HSL304.39º93.89%25.69%-
HSV(B)304.39º96.85%49.8%-
XYZ12.075.9117.64-
YUV53.77164.25180.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.00%
GREEN value IS 4 (1.95% from 255) = 1.61%
BLUE value IS 118 (46.48% from 255) = 47.39%
R=51.00%
G=1.61%
B=47.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127411800.970.070.50304.3993.8925.69
Hex7F4760617321305e1a
Octal1774166014176246013632
Binary1111111100111011001100001111110010100110000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F0476; }

 p { color: rgb(127,4,118); }

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

<style>
 a { background-color: #7F0476; }

 a { background-color: rgb(127,4,118); }

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

<style>
 span { border-color: #7F0476; }

 span { border-color: rgb(127,4,118); }

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