#7A30F1

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

Shades of Blue Violet #7A30F1

Tints of Blue Violet #7A30F1

Color information

#7A30F1 (or 0x7A30F1) is unknown color: approx Blue Violet. HEX triplet: 7A, 30 and F1. RGB value is (122,48,241). Sum of RGB (Red+Green+Blue) = 122+48+241=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 241 (94.53% from 255 or 58.64% from 411); Max value from RGB is 241 - color contains mainly: blue. Hex color #7A30F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A30F1 is #85CF0E. Grayscale: #5B5B5B. Windows color (decimal): -8769295 or 15806586. OLE color: 15806586.

HSL color Cylindrical-coordinate representation of color #7A30F1: hue angle of 263.01º 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 #7A30F1 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12248241-
CMYK0.490.8000.05
HSL263.01º87.33%56.67%-
HSV(B)263.01º80.08%94.51%-
XYZ24.9612.684.34-
YUV92.13212.02149.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.68%
GREEN value IS 48 (19.14% from 255) = 11.68%
BLUE value IS 241 (94.53% from 255) = 58.64%
R=29.68%
G=11.68%
B=58.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal122482410.490.8000.05263.0187.3356.67
Hex7A30F13150051075739
Octal17260361611200540712771
Binary111101011000011110001110001101000001011000001111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A30F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A30F1; }

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

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

<style>
 a { background-color: #7A30F1; }

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

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

<style>
 span { border-color: #7A30F1; }

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

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