#7522DA

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

Shades of Blue Violet #7522DA

Tints of Blue Violet #7522DA

Color information

#7522DA (or 0x7522DA) is unknown color: approx Blue Violet. HEX triplet: 75, 22 and DA. RGB value is (117,34,218). Sum of RGB (Red+Green+Blue) = 117+34+218=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #7522DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7522DA is #8ADD25. Grayscale: #4F4F4F. Windows color (decimal): -9100582 or 14295669. OLE color: 14295669.

HSL color Cylindrical-coordinate representation of color #7522DA: hue angle of 267.07º 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 #7522DA is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11734218-
CMYK0.460.8400.15
HSL267.07º73.02%49.41%-
HSV(B)267.07º84.4%85.49%-
XYZ20.569.9967.17-
YUV79.79206154.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 34 (13.67% from 255) = 9.21%
BLUE value IS 218 (85.55% from 255) = 59.08%
R=31.71%
G=9.21%
B=59.08%

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
Decimal117342180.460.8400.15267.0773.0249.41
Hex7522DA2E540F10b4931
Octal165423325612401741311161
Binary1110101100010110110101011101010100011111000010111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7522DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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