#7917EC

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

Shades of Blue Violet #7917EC

Tints of Blue Violet #7917EC

Color information

#7917EC (or 0x7917EC) is unknown color: approx Blue Violet. HEX triplet: 79, 17 and EC. RGB value is (121,23,236). Sum of RGB (Red+Green+Blue) = 121+23+236=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #7917EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7917EC is #86E813. Grayscale: #4B4B4B. Windows color (decimal): -8841236 or 15472505. OLE color: 15472505.

HSL color Cylindrical-coordinate representation of color #7917EC: hue angle of 267.61º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7917EC is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12123236-
CMYK0.490.9000.07
HSL267.61º84.86%50.78%-
HSV(B)267.61º90.25%92.55%-
XYZ23.3310.7380.2-
YUV76.58217.97159.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.84%
GREEN value IS 23 (9.38% from 255) = 6.05%
BLUE value IS 236 (92.58% from 255) = 62.11%
R=31.84%
G=6.05%
B=62.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal121232360.490.9000.07267.6184.8650.78
Hex7917EC315A0710c5533
Octal17127354611320741412563
Binary11110011011111101100110001101101001111000011001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7917EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7917EC; }

 p { color: rgb(121,23,236); }

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

<style>
 a { background-color: #7917EC; }

 a { background-color: rgb(121,23,236); }

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

<style>
 span { border-color: #7917EC; }

 span { border-color: rgb(121,23,236); }

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