#7F0478

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

Shades of Purple #7F0478

Tints of Purple #7F0478

Color information

#7F0478 (or 0x7F0478) is unknown color: approx Purple. HEX triplet: 7F, 04 and 78. RGB value is (127,4,120). Sum of RGB (Red+Green+Blue) = 127+4+120=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0478 is #80FB87. Grayscale: #353535. Windows color (decimal): -8453000 or 7865471. OLE color: 7865471.

HSL color Cylindrical-coordinate representation of color #7F0478: hue angle of 303.41º 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 #7F0478 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB1274120-
CMYK00.970.060.50
HSL303.41º93.89%25.69%-
HSV(B)303.41º96.85%49.8%-
XYZ12.195.9518.28-
YUV54165.25180.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.60%
GREEN value IS 4 (1.95% from 255) = 1.59%
BLUE value IS 120 (47.27% from 255) = 47.81%
R=50.60%
G=1.59%
B=47.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127412000.970.060.50303.4193.8925.69
Hex7F47806163212f5e1a
Octal1774170014166245713632
Binary1111111100111100001100001110110010100101111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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