#7C2AA1

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

Shades of Vivid Violet #7C2AA1

Tints of Vivid Violet #7C2AA1

Color information

#7C2AA1 (or 0x7C2AA1) is unknown color: approx Vivid Violet. HEX triplet: 7C, 2A and A1. RGB value is (124,42,161). Sum of RGB (Red+Green+Blue) = 124+42+161=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 161 (63.28% from 255 or 49.24% from 327); Max value from RGB is 161 - color contains mainly: blue. Hex color #7C2AA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2AA1 is #83D55E. Grayscale: #4F4F4F. Windows color (decimal): -8639839 or 10562172. OLE color: 10562172.

HSL color Cylindrical-coordinate representation of color #7C2AA1: hue angle of 281.34º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C2AA1 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12442161-
CMYK0.230.7400.37
HSL281.34º58.62%39.8%-
HSV(B)281.34º73.91%63.14%-
XYZ15.578.5134.54-
YUV80.08173.67159.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.92%
GREEN value IS 42 (16.80% from 255) = 12.84%
BLUE value IS 161 (63.28% from 255) = 49.24%
R=37.92%
G=12.84%
B=49.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal124421610.230.7400.37281.3458.6239.8
Hex7C2AA1174A0251193b28
Octal17452241271120454317350
Binary1111100101010101000011011110010100100101100011001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,42,161); }

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

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

 a { background-color: rgb(124,42,161); }

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

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

 span { border-color: rgb(124,42,161); }

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