#7C4681

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

Shades of Vivid Violet #7C4681

Tints of Vivid Violet #7C4681

Color information

#7C4681 (or 0x7C4681) is unknown color: approx Vivid Violet. HEX triplet: 7C, 46 and 81. RGB value is (124,70,129). Sum of RGB (Red+Green+Blue) = 124+70+129=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 129 - color contains mainly: blue. Hex color #7C4681 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4681 is #83B97E. Grayscale: #5C5C5C. Windows color (decimal): -8632703 or 8472188. OLE color: 8472188.

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

Color convert

RGB12470129-
CMYK0.040.4600.49
HSL294.92º29.65%39.02%-
HSV(B)294.92º45.74%50.59%-
XYZ14.4610.2521.99-
YUV92.87148.39150.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.39%
GREEN value IS 70 (27.73% from 255) = 21.67%
BLUE value IS 129 (50.78% from 255) = 39.94%
R=38.39%
G=21.67%
B=39.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124701290.040.4600.49294.9229.6539.02
Hex7C468142E0311271e27
Octal1741062014560614473647
Binary1111100100011010000001100101110011000110010011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,70,129); }

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

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

 a { background-color: rgb(124,70,129); }

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

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

 span { border-color: rgb(124,70,129); }

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