#7C3082

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

Shades of Vivid Violet #7C3082

Tints of Vivid Violet #7C3082

Color information

#7C3082 (or 0x7C3082) is unknown color: approx Vivid Violet. HEX triplet: 7C, 30 and 82. RGB value is (124,48,130). Sum of RGB (Red+Green+Blue) = 124+48+130=302 (40% of max value = 765). Red value is 124 (48.83% from 255 or 41.06% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #7C3082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3082 is #83CF7D. Grayscale: #4F4F4F. Windows color (decimal): -8638334 or 8532092. OLE color: 8532092.

HSL color Cylindrical-coordinate representation of color #7C3082: hue angle of 295.61º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C3082 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12448130-
CMYK0.050.6300.49
HSL295.61º46.07%34.9%-
HSV(B)295.61º63.08%50.98%-
XYZ13.48.0121.96-
YUV80.07156.18159.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.06%
GREEN value IS 48 (19.14% from 255) = 15.89%
BLUE value IS 130 (51.17% from 255) = 43.05%
R=41.06%
G=15.89%
B=43.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124481300.050.6300.49295.6146.0734.9
Hex7C308253F0311282e23
Octal174602025770614505643
Binary1111100110000100000101011111110110001100101000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,48,130); }

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

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

 a { background-color: rgb(124,48,130); }

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

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

 span { border-color: rgb(124,48,130); }

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