#7C3792

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

Shades of Vivid Violet #7C3792

Tints of Vivid Violet #7C3792

Color information

#7C3792 (or 0x7C3792) is unknown color: approx Vivid Violet. HEX triplet: 7C, 37 and 92. RGB value is (124,55,146). Sum of RGB (Red+Green+Blue) = 124+55+146=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C3792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3792 is #83C86D. Grayscale: #555555. Windows color (decimal): -8636526 or 9582460. OLE color: 9582460.

HSL color Cylindrical-coordinate representation of color #7C3792: hue angle of 285.49º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C3792 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12455146-
CMYK0.150.6200.43
HSL285.49º45.27%39.41%-
HSV(B)285.49º62.33%57.25%-
XYZ14.879.0928.17-
YUV86161.86155.1-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.15%
GREEN value IS 55 (21.88% from 255) = 16.92%
BLUE value IS 146 (57.42% from 255) = 44.92%
R=38.15%
G=16.92%
B=44.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124551460.150.6200.43285.4945.2739.41
Hex7C3792F3E02B11d2d27
Octal1746722217760534355547
Binary11111001101111001001011111111100101011100011101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,55,146); }

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

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

 a { background-color: rgb(124,55,146); }

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

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

 span { border-color: rgb(124,55,146); }

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