#7C2EA2

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

Shades of Vivid Violet #7C2EA2

Tints of Vivid Violet #7C2EA2

Color information

#7C2EA2 (or 0x7C2EA2) is unknown color: approx Vivid Violet. HEX triplet: 7C, 2E and A2. RGB value is (124,46,162). Sum of RGB (Red+Green+Blue) = 124+46+162=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 162 (63.67% from 255 or 48.80% from 332); Max value from RGB is 162 - color contains mainly: blue. Hex color #7C2EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2EA2 is #83D15D. Grayscale: #525252. Windows color (decimal): -8638814 or 10628732. OLE color: 10628732.

HSL color Cylindrical-coordinate representation of color #7C2EA2: hue angle of 280.34º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C2EA2 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12446162-
CMYK0.230.7200.36
HSL280.34º55.77%40.78%-
HSV(B)280.34º71.6%63.53%-
XYZ15.818.8535.06-
YUV82.55172.84157.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.35%
GREEN value IS 46 (18.36% from 255) = 13.86%
BLUE value IS 162 (63.67% from 255) = 48.80%
R=37.35%
G=13.86%
B=48.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal124461620.230.7200.36280.3455.7740.78
Hex7C2EA217480241183829
Octal17456242271100444307051
Binary1111100101110101000101011110010000100100100011000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,46,162); }

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

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

 a { background-color: rgb(124,46,162); }

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

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

 span { border-color: rgb(124,46,162); }

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