#7C2A9F

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

Shades of Vivid Violet #7C2A9F

Tints of Vivid Violet #7C2A9F

Color information

#7C2A9F (or 0x7C2A9F) is unknown color: approx Vivid Violet. HEX triplet: 7C, 2A and 9F. RGB value is (124,42,159). Sum of RGB (Red+Green+Blue) = 124+42+159=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C2A9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2A9F is #83D560. Grayscale: #4F4F4F. Windows color (decimal): -8639841 or 10431100. OLE color: 10431100.

HSL color Cylindrical-coordinate representation of color #7C2A9F: hue angle of 282.05º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C2A9F is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12442159-
CMYK0.220.7400.38
HSL282.05º58.21%39.41%-
HSV(B)282.05º73.58%62.35%-
XYZ15.48.4433.62-
YUV79.86172.67159.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.15%
GREEN value IS 42 (16.80% from 255) = 12.92%
BLUE value IS 159 (62.5% from 255) = 48.92%
R=38.15%
G=12.92%
B=48.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal124421590.220.7400.38282.0558.2139.41
Hex7C2A9F164A02611a3a27
Octal17452237261120464327247
Binary1111100101010100111111011010010100100110100011010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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