#7F006E

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

Shades of Purple #7F006E

Tints of Purple #7F006E

Color information

#7F006E (or 0x7F006E) is unknown color: approx Purple. HEX triplet: 7F, 00 and 6E. RGB value is (127,0,110). Sum of RGB (Red+Green+Blue) = 127+0+110=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F006E is #80FF91. Grayscale: #323232. Windows color (decimal): -8454034 or 7209087. OLE color: 7209087.

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

Color convert

RGB1270110-
CMYK010.130.50
HSL308.03º100%24.9%-
HSV(B)308.03º100%49.8%-
XYZ11.575.6415.23-
YUV50.51161.58182.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 46.41%
R=53.59%
G=0%
B=46.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1270110010.130.50308.0310024.9
Hex7F06E064D321346419
Octal17701560144156246414431
Binary111111101101110011001001101110010100110100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,0,110); }

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

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

 a { background-color: rgb(127,0,110); }

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

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

 span { border-color: rgb(127,0,110); }

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