#7912E6

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

Shades of Blue Violet #7912E6

Tints of Blue Violet #7912E6

Color information

#7912E6 (or 0x7912E6) is unknown color: approx Blue Violet. HEX triplet: 79, 12 and E6. RGB value is (121,18,230). Sum of RGB (Red+Green+Blue) = 121+18+230=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 230 (90.23% from 255 or 62.33% from 369); Max value from RGB is 230 - color contains mainly: blue. Hex color #7912E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7912E6 is #86ED19. Grayscale: #484848. Windows color (decimal): -8842522 or 15078009. OLE color: 15078009.

HSL color Cylindrical-coordinate representation of color #7912E6: hue angle of 269.15º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7912E6 is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12118230-
CMYK0.470.9200.10
HSL269.15º85.48%48.63%-
HSV(B)269.15º92.17%90.2%-
XYZ22.3810.2175.65-
YUV72.96216.62162.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.79%
GREEN value IS 18 (7.42% from 255) = 4.88%
BLUE value IS 230 (90.23% from 255) = 62.33%
R=32.79%
G=4.88%
B=62.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal121182300.470.9200.10269.1585.4848.63
Hex7912E62F5C0A10d5531
Octal171223465713401241512561
Binary111100110010111001101011111011100010101000011011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7912E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7912E6; }

 p { color: rgb(121,18,230); }

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

<style>
 a { background-color: #7912E6; }

 a { background-color: rgb(121,18,230); }

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

<style>
 span { border-color: #7912E6; }

 span { border-color: rgb(121,18,230); }

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