#7A32F1

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

Shades of Blue Violet #7A32F1

Tints of Blue Violet #7A32F1

Color information

#7A32F1 (or 0x7A32F1) is unknown color: approx Blue Violet. HEX triplet: 7A, 32 and F1. RGB value is (122,50,241). Sum of RGB (Red+Green+Blue) = 122+50+241=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 241 (94.53% from 255 or 58.35% from 413); Max value from RGB is 241 - color contains mainly: blue. Hex color #7A32F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A32F1 is #85CD0E. Grayscale: #5C5C5C. Windows color (decimal): -8768783 or 15807098. OLE color: 15807098.

HSL color Cylindrical-coordinate representation of color #7A32F1: hue angle of 262.62º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A32F1 is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12250241-
CMYK0.490.7900.05
HSL262.62º87.21%57.06%-
HSV(B)262.62º79.25%94.51%-
XYZ25.0412.7784.36-
YUV93.3211.35148.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.54%
GREEN value IS 50 (19.92% from 255) = 12.11%
BLUE value IS 241 (94.53% from 255) = 58.35%
R=29.54%
G=12.11%
B=58.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal122502410.490.7900.05262.6287.2157.06
Hex7A32F1314F051075739
Octal17262361611170540712771
Binary111101011001011110001110001100111101011000001111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A32F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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