#7F027A

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

Shades of Purple #7F027A

Tints of Purple #7F027A

Color information

#7F027A (or 0x7F027A) is unknown color: approx Purple. HEX triplet: 7F, 02 and 7A. RGB value is (127,2,122). Sum of RGB (Red+Green+Blue) = 127+2+122=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F027A is #80FD85. Grayscale: #343434. Windows color (decimal): -8453510 or 7996031. OLE color: 7996031.

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

Color convert

RGB1272122-
CMYK00.980.040.50
HSL302.4º96.9%25.29%-
HSV(B)302.4º98.43%49.8%-
XYZ12.295.9618.92-
YUV53.06166.91180.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.60%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 122 (48.05% from 255) = 48.61%
R=50.60%
G=0.80%
B=48.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127212200.980.040.50302.496.925.29
Hex7F27A06243212e6119
Octal1772172014246245614131
Binary111111110111101001100010100110010100101110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,2,122); }

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

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

 a { background-color: rgb(127,2,122); }

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

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

 span { border-color: rgb(127,2,122); }

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