#7830F1

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

Shades of Blue Violet #7830F1

Tints of Blue Violet #7830F1

Color information

#7830F1 (or 0x7830F1) is unknown color: approx Blue Violet. HEX triplet: 78, 30 and F1. RGB value is (120,48,241). Sum of RGB (Red+Green+Blue) = 120+48+241=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 241 (94.53% from 255 or 58.92% from 409); Max value from RGB is 241 - color contains mainly: blue. Hex color #7830F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7830F1 is #87CF0E. Grayscale: #5A5A5A. Windows color (decimal): -8900367 or 15806584. OLE color: 15806584.

HSL color Cylindrical-coordinate representation of color #7830F1: hue angle of 262.38º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7830F1 is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12048241-
CMYK0.500.8000.05
HSL262.38º87.33%56.67%-
HSV(B)262.38º80.08%94.51%-
XYZ24.6812.4684.32-
YUV91.53212.35148.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.34%
GREEN value IS 48 (19.14% from 255) = 11.74%
BLUE value IS 241 (94.53% from 255) = 58.92%
R=29.34%
G=11.74%
B=58.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal120482410.500.8000.05262.3887.3356.67
Hex7830F13250051065739
Octal17060361621200540612771
Binary111100011000011110001110010101000001011000001101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7830F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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