#7325FA

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

Shades of Blue Violet #7325FA

Tints of Blue Violet #7325FA

Color information

#7325FA (or 0x7325FA) is unknown color: approx Blue Violet. HEX triplet: 73, 25 and FA. RGB value is (115,37,250). Sum of RGB (Red+Green+Blue) = 115+37+250=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #7325FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7325FA is #8CDA05. Grayscale: #535353. Windows color (decimal): -9230854 or 16393587. OLE color: 16393587.

HSL color Cylindrical-coordinate representation of color #7325FA: hue angle of 261.97º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7325FA is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11537250-
CMYK0.540.8500.02
HSL261.97º95.52%56.27%-
HSV(B)261.97º85.2%98.04%-
XYZ24.9911.8791.42-
YUV84.6221.34149.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.61%
GREEN value IS 37 (14.84% from 255) = 9.20%
BLUE value IS 250 (98.05% from 255) = 62.19%
R=28.61%
G=9.20%
B=62.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal115372500.540.8500.02261.9795.5256.27
Hex7325FA3655021066038
Octal16345372661250240614070
Binary11100111001011111101011011010101010101000001101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7325FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7325FA; }

 p { color: rgb(115,37,250); }

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

<style>
 a { background-color: #7325FA; }

 a { background-color: rgb(115,37,250); }

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

<style>
 span { border-color: #7325FA; }

 span { border-color: rgb(115,37,250); }

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