#7C3384

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

Shades of Vivid Violet #7C3384

Tints of Vivid Violet #7C3384

Color information

#7C3384 (or 0x7C3384) is unknown color: approx Vivid Violet. HEX triplet: 7C, 33 and 84. RGB value is (124,51,132). Sum of RGB (Red+Green+Blue) = 124+51+132=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #7C3384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3384 is #83CC7B. Grayscale: #515151. Windows color (decimal): -8637564 or 8663932. OLE color: 8663932.

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

Color convert

RGB12451132-
CMYK0.060.6100.48
HSL294.07º44.26%35.88%-
HSV(B)294.07º61.36%51.76%-
XYZ13.668.3222.72-
YUV82.06156.18157.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.39%
GREEN value IS 51 (20.31% from 255) = 16.61%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=40.39%
G=16.61%
B=43.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal124511320.060.6100.48294.0744.2635.88
Hex7C338463D0301262c24
Octal174632046750604465444
Binary1111100110011100001001101111010110000100100110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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