#7523D9

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

Shades of Blue Violet #7523D9

Tints of Blue Violet #7523D9

Color information

#7523D9 (or 0x7523D9) is unknown color: approx Blue Violet. HEX triplet: 75, 23 and D9. RGB value is (117,35,217). Sum of RGB (Red+Green+Blue) = 117+35+217=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 217 (85.16% from 255 or 58.81% from 369); Max value from RGB is 217 - color contains mainly: blue. Hex color #7523D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7523D9 is #8ADC26. Grayscale: #4F4F4F. Windows color (decimal): -9100327 or 14230389. OLE color: 14230389.

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

Color convert

RGB11735217-
CMYK0.460.8400.15
HSL267.03º72.22%49.41%-
HSV(B)267.03º83.87%85.1%-
XYZ20.469.9966.5-
YUV80.27205.17154.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 35 (14.06% from 255) = 9.49%
BLUE value IS 217 (85.16% from 255) = 58.81%
R=31.71%
G=9.49%
B=58.81%

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
Decimal117352170.460.8400.15267.0372.2249.41
Hex7523D92E540F10b4831
Octal165433315612401741311061
Binary1110101100011110110011011101010100011111000010111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7523D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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