#7842E8

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

Shades of Blue Violet #7842E8

Tints of Blue Violet #7842E8

Color information

#7842E8 (or 0x7842E8) is unknown color: approx Blue Violet. HEX triplet: 78, 42 and E8. RGB value is (120,66,232). Sum of RGB (Red+Green+Blue) = 120+66+232=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 232 (91.02% from 255 or 55.50% from 418); Max value from RGB is 232 - color contains mainly: blue. Hex color #7842E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7842E8 is #87BD17. Grayscale: #646464. Windows color (decimal): -8895768 or 15221368. OLE color: 15221368.

HSL color Cylindrical-coordinate representation of color #7842E8: hue angle of 259.52º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7842E8 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB12066232-
CMYK0.480.7200.09
HSL259.52º78.3%58.43%-
HSV(B)259.52º71.55%90.98%-
XYZ24.2613.7277.71-
YUV101.07201.89141.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.71%
GREEN value IS 66 (26.17% from 255) = 15.79%
BLUE value IS 232 (91.02% from 255) = 55.50%
R=28.71%
G=15.79%
B=55.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal120662320.480.7200.09259.5278.358.43
Hex7842E83048091044e3a
Octal1701023506011001140411672
Binary11110001000010111010001100001001000010011000001001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7842E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7842E8; }

 p { color: rgb(120,66,232); }

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

<style>
 a { background-color: #7842E8; }

 a { background-color: rgb(120,66,232); }

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

<style>
 span { border-color: #7842E8; }

 span { border-color: rgb(120,66,232); }

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