#7C2C99

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

Shades of Vivid Violet #7C2C99

Tints of Vivid Violet #7C2C99

Color information

#7C2C99 (or 0x7C2C99) is unknown color: approx Vivid Violet. HEX triplet: 7C, 2C and 99. RGB value is (124,44,153). Sum of RGB (Red+Green+Blue) = 124+44+153=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C2C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2C99 is #83D366. Grayscale: #4F4F4F. Windows color (decimal): -8639335 or 10038396. OLE color: 10038396.

HSL color Cylindrical-coordinate representation of color #7C2C99: hue angle of 284.04º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C2C99 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12444153-
CMYK0.190.7100.4
HSL284.04º55.33%38.63%-
HSV(B)284.04º71.24%60%-
XYZ14.968.3930.97-
YUV80.35169159.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.63%
GREEN value IS 44 (17.58% from 255) = 13.71%
BLUE value IS 153 (60.16% from 255) = 47.66%
R=38.63%
G=13.71%
B=47.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal124441530.190.7100.4284.0455.3338.63
Hex7C2C99134702811c3727
Octal17454231231070504346747
Binary1111100101100100110011001110001110101000100011100110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,44,153); }

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

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

 a { background-color: rgb(124,44,153); }

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

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

 span { border-color: rgb(124,44,153); }

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