#7511DD

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

Shades of Blue Violet #7511DD

Tints of Blue Violet #7511DD

Color information

#7511DD (or 0x7511DD) is unknown color: approx Blue Violet. HEX triplet: 75, 11 and DD. RGB value is (117,17,221). Sum of RGB (Red+Green+Blue) = 117+17+221=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #7511DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7511DD is #8AEE22. Grayscale: #454545. Windows color (decimal): -9104931 or 14487925. OLE color: 14487925.

HSL color Cylindrical-coordinate representation of color #7511DD: hue angle of 269.41º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7511DD is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11717221-
CMYK0.470.9200.13
HSL269.41º85.71%46.67%-
HSV(B)269.41º92.31%86.67%-
XYZ20.599.469.14-
YUV70.16213.13161.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 17 (7.03% from 255) = 4.79%
BLUE value IS 221 (86.72% from 255) = 62.25%
R=32.96%
G=4.79%
B=62.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal117172210.470.9200.13269.4185.7146.67
Hex7511DD2F5C0D10d562f
Octal165213355713401541512657
Binary111010110001110111011011111011100011011000011011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7511DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7511DD; }

 p { color: rgb(117,17,221); }

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

<style>
 a { background-color: #7511DD; }

 a { background-color: rgb(117,17,221); }

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

<style>
 span { border-color: #7511DD; }

 span { border-color: rgb(117,17,221); }

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