#7619EA

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

Shades of Blue Violet #7619EA

Tints of Blue Violet #7619EA

Color information

#7619EA (or 0x7619EA) is unknown color: approx Blue Violet. HEX triplet: 76, 19 and EA. RGB value is (118,25,234). Sum of RGB (Red+Green+Blue) = 118+25+234=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #7619EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7619EA is #89E615. Grayscale: #4B4B4B. Windows color (decimal): -9037334 or 15341942. OLE color: 15341942.

HSL color Cylindrical-coordinate representation of color #7619EA: hue angle of 266.7º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7619EA is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11825234-
CMYK0.500.8900.08
HSL266.7º83.27%50.78%-
HSV(B)266.7º89.32%91.76%-
XYZ22.6710.4978.67-
YUV76.63216.81157.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 25 (10.16% from 255) = 6.63%
BLUE value IS 234 (91.80% from 255) = 62.07%
R=31.30%
G=6.63%
B=62.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal118252340.500.8900.08266.783.2750.78
Hex7619EA32590810b5333
Octal166313526213101041312363
Binary111011011001111010101100101011001010001000010111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7619EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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