#7F026B

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

Shades of Purple #7F026B

Tints of Purple #7F026B

Color information

#7F026B (or 0x7F026B) is unknown color: approx Purple. HEX triplet: 7F, 02 and 6B. RGB value is (127,2,107). Sum of RGB (Red+Green+Blue) = 127+2+107=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F026B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F026B is #80FD94. Grayscale: #333333. Windows color (decimal): -8453525 or 7012991. OLE color: 7012991.

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

Color convert

RGB1272107-
CMYK00.980.160.50
HSL309.6º96.9%25.29%-
HSV(B)309.6º98.43%49.8%-
XYZ11.435.6214.39-
YUV51.34159.41181.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.81%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 107 (42.19% from 255) = 45.34%
R=53.81%
G=0.85%
B=45.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127210700.980.160.50309.696.925.29
Hex7F26B06210321366119
Octal17721530142206246614131
Binary11111111011010110110001010000110010100110110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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