#7C2A96

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

Shades of Vivid Violet #7C2A96

Tints of Vivid Violet #7C2A96

Color information

#7C2A96 (or 0x7C2A96) is unknown color: approx Vivid Violet. HEX triplet: 7C, 2A and 96. RGB value is (124,42,150). Sum of RGB (Red+Green+Blue) = 124+42+150=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #7C2A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2A96 is #83D569. Grayscale: #4E4E4E. Windows color (decimal): -8639850 or 9841276. OLE color: 9841276.

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

Color convert

RGB12442150-
CMYK0.170.7200.41
HSL285.56º56.25%37.65%-
HSV(B)285.56º72%58.82%-
XYZ14.658.1429.65-
YUV78.83168.17160.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.24%
GREEN value IS 42 (16.80% from 255) = 13.29%
BLUE value IS 150 (58.98% from 255) = 47.47%
R=39.24%
G=13.29%
B=47.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal124421500.170.7200.41285.5656.2537.65
Hex7C2A96114802911e3826
Octal17452226211100514367046
Binary1111100101010100101101000110010000101001100011110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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