#7F1286

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

Shades of Purple #7F1286

Tints of Purple #7F1286

Color information

#7F1286 (or 0x7F1286) is unknown color: approx Purple. HEX triplet: 7F, 12 and 86. RGB value is (127,18,134). Sum of RGB (Red+Green+Blue) = 127+18+134=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 134 - color contains mainly: blue. Hex color #7F1286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1286 is #80ED79. Grayscale: #3F3F3F. Windows color (decimal): -8449402 or 8786559. OLE color: 8786559.

HSL color Cylindrical-coordinate representation of color #7F1286: hue angle of 296.38º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F1286 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12718134-
CMYK0.050.8700.47
HSL296.38º76.32%29.8%-
HSV(B)296.38º86.57%52.55%-
XYZ13.276.6723.14-
YUV63.82167.61173.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.52%
GREEN value IS 18 (7.42% from 255) = 6.45%
BLUE value IS 134 (52.73% from 255) = 48.03%
R=45.52%
G=6.45%
B=48.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127181340.050.8700.47296.3876.3229.8
Hex7F128655702F1284c1e
Octal17722206512705745011436
Binary1111111100101000011010110101110101111100101000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,18,134); }

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

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

 a { background-color: rgb(127,18,134); }

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

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

 span { border-color: rgb(127,18,134); }

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