#7524F1

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

Shades of Blue Violet #7524F1

Tints of Blue Violet #7524F1

Color information

#7524F1 (or 0x7524F1) is unknown color: approx Blue Violet. HEX triplet: 75, 24 and F1. RGB value is (117,36,241). Sum of RGB (Red+Green+Blue) = 117+36+241=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 241 (94.53% from 255 or 61.17% from 394); Max value from RGB is 241 - color contains mainly: blue. Hex color #7524F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7524F1 is #8ADB0E. Grayscale: #525252. Windows color (decimal): -9100047 or 15803509. OLE color: 15803509.

HSL color Cylindrical-coordinate representation of color #7524F1: hue angle of 263.71º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7524F1 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11736241-
CMYK0.510.8500.05
HSL263.71º87.98%54.31%-
HSV(B)263.71º85.06%94.51%-
XYZ23.8411.3984.16-
YUV83.59216.84151.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.70%
GREEN value IS 36 (14.45% from 255) = 9.14%
BLUE value IS 241 (94.53% from 255) = 61.17%
R=29.70%
G=9.14%
B=61.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal117362410.510.8500.05263.7187.9854.31
Hex7524F13355051085836
Octal16544361631250541013066
Binary111010110010011110001110011101010101011000010001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7524F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,36,241); }

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

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

 a { background-color: rgb(117,36,241); }

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

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

 span { border-color: rgb(117,36,241); }

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