#7830F8

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

Shades of Blue Violet #7830F8

Tints of Blue Violet #7830F8

Color information

#7830F8 (or 0x7830F8) is unknown color: approx Blue Violet. HEX triplet: 78, 30 and F8. RGB value is (120,48,248). Sum of RGB (Red+Green+Blue) = 120+48+248=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 248 (97.27% from 255 or 59.62% from 416); Max value from RGB is 248 - color contains mainly: blue. Hex color #7830F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7830F8 is #87CF07. Grayscale: #5B5B5B. Windows color (decimal): -8900360 or 16265336. OLE color: 16265336.

HSL color Cylindrical-coordinate representation of color #7830F8: hue angle of 261.6º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7830F8 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12048248-
CMYK0.520.8100.03
HSL261.6º93.46%58.04%-
HSV(B)261.6º80.65%97.25%-
XYZ25.7512.8889.94-
YUV92.33215.85147.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.85%
GREEN value IS 48 (19.14% from 255) = 11.54%
BLUE value IS 248 (97.27% from 255) = 59.62%
R=28.85%
G=11.54%
B=59.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal120482480.520.8100.03261.693.4658.04
Hex7830F83451031065d3a
Octal17060370641210340613572
Binary11110001100001111100011010010100010111000001101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7830F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7830F8; }

 p { color: rgb(120,48,248); }

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

<style>
 a { background-color: #7830F8; }

 a { background-color: rgb(120,48,248); }

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

<style>
 span { border-color: #7830F8; }

 span { border-color: rgb(120,48,248); }

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