#7F027E

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

Shades of Purple #7F027E

Tints of Purple #7F027E

Color information

#7F027E (or 0x7F027E) is unknown color: approx Purple. HEX triplet: 7F, 02 and 7E. RGB value is (127,2,126). Sum of RGB (Red+Green+Blue) = 127+2+126=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F027E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F027E is #80FD81. Grayscale: #353535. Windows color (decimal): -8453506 or 8258175. OLE color: 8258175.

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

Color convert

RGB1272126-
CMYK00.980.010.50
HSL300.48º96.9%25.29%-
HSV(B)300.48º98.43%49.8%-
XYZ12.546.0620.25-
YUV53.51168.91180.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.80%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 126 (49.61% from 255) = 49.41%
R=49.80%
G=0.78%
B=49.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127212600.980.010.50300.4896.925.29
Hex7F27E06213212c6119
Octal1772176014216245414131
Binary1111111101111110011000101110010100101100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F027E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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