#7619F0

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

Shades of Blue Violet #7619F0

Tints of Blue Violet #7619F0

Color information

#7619F0 (or 0x7619F0) is unknown color: approx Blue Violet. HEX triplet: 76, 19 and F0. RGB value is (118,25,240). Sum of RGB (Red+Green+Blue) = 118+25+240=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 240 (94.14% from 255 or 62.66% from 383); Max value from RGB is 240 - color contains mainly: blue. Hex color #7619F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7619F0 is #89E60F. Grayscale: #4C4C4C. Windows color (decimal): -9037328 or 15735158. OLE color: 15735158.

HSL color Cylindrical-coordinate representation of color #7619F0: hue angle of 265.95º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7619F0 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11825240-
CMYK0.510.9000.06
HSL265.95º87.76%51.96%-
HSV(B)265.95º89.58%94.12%-
XYZ23.5510.8483.29-
YUV77.32219.81157.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.81%
GREEN value IS 25 (10.16% from 255) = 6.53%
BLUE value IS 240 (94.14% from 255) = 62.66%
R=30.81%
G=6.53%
B=62.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal118252400.510.9000.06265.9587.7651.96
Hex7619F0335A0610a5834
Octal16631360631320641213064
Binary11101101100111110000110011101101001101000010101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7619F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7619F0; }

 p { color: rgb(118,25,240); }

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

<style>
 a { background-color: #7619F0; }

 a { background-color: rgb(118,25,240); }

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

<style>
 span { border-color: #7619F0; }

 span { border-color: rgb(118,25,240); }

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