#7C4684

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

Shades of Vivid Violet #7C4684

Tints of Vivid Violet #7C4684

Color information

#7C4684 (or 0x7C4684) is unknown color: approx Vivid Violet. HEX triplet: 7C, 46 and 84. RGB value is (124,70,132). Sum of RGB (Red+Green+Blue) = 124+70+132=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #7C4684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4684 is #83B97B. Grayscale: #5D5D5D. Windows color (decimal): -8632700 or 8668796. OLE color: 8668796.

HSL color Cylindrical-coordinate representation of color #7C4684: hue angle of 292.26º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C4684 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12470132-
CMYK0.060.4700.48
HSL292.26º30.69%39.61%-
HSV(B)292.26º46.97%51.76%-
XYZ14.6710.3323.05-
YUV93.21149.89149.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.04%
GREEN value IS 70 (27.73% from 255) = 21.47%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=38.04%
G=21.47%
B=40.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal124701320.060.4700.48292.2630.6939.61
Hex7C468462F0301241f28
Octal1741062046570604443750
Binary1111100100011010000100110101111011000010010010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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