#7522DB

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

Shades of Blue Violet #7522DB

Tints of Blue Violet #7522DB

Color information

#7522DB (or 0x7522DB) is unknown color: approx Blue Violet. HEX triplet: 75, 22 and DB. RGB value is (117,34,219). Sum of RGB (Red+Green+Blue) = 117+34+219=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #7522DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7522DB is #8ADD24. Grayscale: #4F4F4F. Windows color (decimal): -9100581 or 14361205. OLE color: 14361205.

HSL color Cylindrical-coordinate representation of color #7522DB: hue angle of 266.92º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7522DB is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11734219-
CMYK0.470.8400.14
HSL266.92º73.12%49.61%-
HSV(B)266.92º84.47%85.88%-
XYZ20.6910.0467.87-
YUV79.91206.5154.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.62%
GREEN value IS 34 (13.67% from 255) = 9.19%
BLUE value IS 219 (85.94% from 255) = 59.19%
R=31.62%
G=9.19%
B=59.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal117342190.470.8400.14266.9273.1249.61
Hex7522DB2F540E10b4932
Octal165423335712401641311162
Binary1110101100010110110111011111010100011101000010111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7522DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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