#7522DE

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

Shades of Blue Violet #7522DE

Tints of Blue Violet #7522DE

Color information

#7522DE (or 0x7522DE) is unknown color: approx Blue Violet. HEX triplet: 75, 22 and DE. RGB value is (117,34,222). Sum of RGB (Red+Green+Blue) = 117+34+222=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #7522DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7522DE is #8ADD21. Grayscale: #4F4F4F. Windows color (decimal): -9100578 or 14557813. OLE color: 14557813.

HSL color Cylindrical-coordinate representation of color #7522DE: hue angle of 266.49º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7522DE is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11734222-
CMYK0.470.8500.13
HSL266.49º74.02%50.2%-
HSV(B)266.49º84.68%87.06%-
XYZ21.0910.269.96-
YUV80.25208154.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 34 (13.67% from 255) = 9.12%
BLUE value IS 222 (87.11% from 255) = 59.52%
R=31.37%
G=9.12%
B=59.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal117342220.470.8500.13266.4974.0250.2
Hex7522DE2F550D10a4a32
Octal165423365712501541211262
Binary1110101100010110111101011111010101011011000010101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7522DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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