#7C20AB

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

Shades of Vivid Violet #7C20AB

Tints of Vivid Violet #7C20AB

Color information

#7C20AB (or 0x7C20AB) is unknown color: approx Vivid Violet. HEX triplet: 7C, 20 and AB. RGB value is (124,32,171). Sum of RGB (Red+Green+Blue) = 124+32+171=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C20AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C20AB is #83DF54. Grayscale: #4A4A4A. Windows color (decimal): -8642389 or 11214972. OLE color: 11214972.

HSL color Cylindrical-coordinate representation of color #7C20AB: hue angle of 279.71º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C20AB is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12432171-
CMYK0.270.8100.33
HSL279.71º68.47%39.8%-
HSV(B)279.71º81.29%67.06%-
XYZ16.188.2639.27-
YUV75.35181.98162.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.92%
GREEN value IS 32 (12.89% from 255) = 9.79%
BLUE value IS 171 (67.19% from 255) = 52.29%
R=37.92%
G=9.79%
B=52.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124321710.270.8100.33279.7168.4739.8
Hex7C20AB1B510211184428
Octal174402533312104143010450
Binary11111001000001010101111011101000101000011000110001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C20AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,32,171); }

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

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

 a { background-color: rgb(124,32,171); }

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

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

 span { border-color: rgb(124,32,171); }

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