#7714D3

Color #7714D3 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7714D3

Tints of Blue Violet #7714D3

Color information

#7714D3 (or 0x7714D3) is unknown color: approx Blue Violet. HEX triplet: 77, 14 and D3. RGB value is (119,20,211). Sum of RGB (Red+Green+Blue) = 119+20+211=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 211 (82.81% from 255 or 60.29% from 350); Max value from RGB is 211 - color contains mainly: blue. Hex color #7714D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7714D3 is #88EB2C. Grayscale: #464646. Windows color (decimal): -8973101 or 13833335. OLE color: 13833335.

HSL color Cylindrical-coordinate representation of color #7714D3: hue angle of 271.1º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7714D3 is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11920211-
CMYK0.440.9100.17
HSL271.1º82.68%45.29%-
HSV(B)271.1º90.52%82.75%-
XYZ19.629.1362.36-
YUV71.38206.8161.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34%
GREEN value IS 20 (8.20% from 255) = 5.71%
BLUE value IS 211 (82.81% from 255) = 60.29%
R=34%
G=5.71%
B=60.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal119202110.440.9100.17271.182.6845.29
Hex7714D32C5B01110f532d
Octal167243235413302141712355
Binary1110111101001101001110110010110110100011000011111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7714D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7714D3; }

 p { color: rgb(119,20,211); }

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

<style>
 a { background-color: #7714D3; }

 a { background-color: rgb(119,20,211); }

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

<style>
 span { border-color: #7714D3; }

 span { border-color: rgb(119,20,211); }

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