#7919E5

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

Shades of Blue Violet #7919E5

Tints of Blue Violet #7919E5

Color information

#7919E5 (or 0x7919E5) is unknown color: approx Blue Violet. HEX triplet: 79, 19 and E5. RGB value is (121,25,229). Sum of RGB (Red+Green+Blue) = 121+25+229=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 229 (89.84% from 255 or 61.07% from 375); Max value from RGB is 229 - color contains mainly: blue. Hex color #7919E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7919E5 is #86E61A. Grayscale: #4C4C4C. Windows color (decimal): -8840731 or 15014265. OLE color: 15014265.

HSL color Cylindrical-coordinate representation of color #7919E5: hue angle of 268.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7919E5 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12125229-
CMYK0.470.8900.10
HSL268.24º80.31%49.8%-
HSV(B)268.24º89.08%89.8%-
XYZ22.3810.4274.96-
YUV76.96213.8159.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.27%
GREEN value IS 25 (10.16% from 255) = 6.67%
BLUE value IS 229 (89.84% from 255) = 61.07%
R=32.27%
G=6.67%
B=61.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal121252290.470.8900.10268.2480.3149.8
Hex7919E52F590A10c5032
Octal171313455713101241412062
Binary111100111001111001011011111011001010101000011001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7919E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7919E5; }

 p { color: rgb(121,25,229); }

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

<style>
 a { background-color: #7919E5; }

 a { background-color: rgb(121,25,229); }

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

<style>
 span { border-color: #7919E5; }

 span { border-color: rgb(121,25,229); }

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