#7C0286

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

Shades of Purple #7C0286

Tints of Purple #7C0286

Color information

#7C0286 (or 0x7C0286) is unknown color: approx Purple. HEX triplet: 7C, 02 and 86. RGB value is (124,2,134). Sum of RGB (Red+Green+Blue) = 124+2+134=260 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.69% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 134 (52.73% from 255 or 51.54% from 260); Max value from RGB is 134 - color contains mainly: blue. Hex color #7C0286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0286 is #83FD79. Grayscale: #353535. Windows color (decimal): -8650106 or 8782460. OLE color: 8782460.

HSL color Cylindrical-coordinate representation of color #7C0286: hue angle of 295.45º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C0286 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1242134-
CMYK0.070.9900.47
HSL295.45º97.06%26.67%-
HSV(B)295.45º98.51%52.55%-
XYZ12.646.0523.06-
YUV53.53173.42178.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.69%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 134 (52.73% from 255) = 51.54%
R=47.69%
G=0.77%
B=51.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12421340.070.9900.47295.4597.0626.67
Hex7C28676302F127611b
Octal1742206714305744714133
Binary1111100101000011011111000110101111100100111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,2,134); }

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

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

 a { background-color: rgb(124,2,134); }

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

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

 span { border-color: rgb(124,2,134); }

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