#7C2786

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

Shades of Vivid Violet #7C2786

Tints of Vivid Violet #7C2786

Color information

#7C2786 (or 0x7C2786) is unknown color: approx Vivid Violet. HEX triplet: 7C, 27 and 86. RGB value is (124,39,134). Sum of RGB (Red+Green+Blue) = 124+39+134=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #7C2786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2786 is #83D879. Grayscale: #4A4A4A. Windows color (decimal): -8640634 or 8791932. OLE color: 8791932.

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

Color convert

RGB12439134-
CMYK0.070.7100.47
HSL293.68º54.91%33.92%-
HSV(B)293.68º70.9%52.55%-
XYZ13.347.4623.29-
YUV75.24161.16162.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.75%
GREEN value IS 39 (15.62% from 255) = 13.13%
BLUE value IS 134 (52.73% from 255) = 45.12%
R=41.75%
G=13.13%
B=45.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124391340.070.7100.47293.6854.9133.92
Hex7C278674702F1263722
Octal1744720671070574466742
Binary11111001001111000011011110001110101111100100110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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