#7522D9

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

Shades of Blue Violet #7522D9

Tints of Blue Violet #7522D9

Color information

#7522D9 (or 0x7522D9) is unknown color: approx Blue Violet. HEX triplet: 75, 22 and D9. RGB value is (117,34,217). Sum of RGB (Red+Green+Blue) = 117+34+217=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 217 (85.16% from 255 or 58.97% from 368); Max value from RGB is 217 - color contains mainly: blue. Hex color #7522D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7522D9 is #8ADD26. Grayscale: #4F4F4F. Windows color (decimal): -9100583 or 14230133. OLE color: 14230133.

HSL color Cylindrical-coordinate representation of color #7522D9: hue angle of 267.21º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7522D9 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11734217-
CMYK0.460.8400.15
HSL267.21º72.91%49.22%-
HSV(B)267.21º84.33%85.1%-
XYZ20.439.9466.49-
YUV79.68205.5154.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.79%
GREEN value IS 34 (13.67% from 255) = 9.24%
BLUE value IS 217 (85.16% from 255) = 58.97%
R=31.79%
G=9.24%
B=58.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal117342170.460.8400.15267.2172.9149.22
Hex7522D92E540F10b4931
Octal165423315612401741311161
Binary1110101100010110110011011101010100011111000010111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7522D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7522D9; }

 p { color: rgb(117,34,217); }

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

<style>
 a { background-color: #7522D9; }

 a { background-color: rgb(117,34,217); }

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

<style>
 span { border-color: #7522D9; }

 span { border-color: rgb(117,34,217); }

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