#7711DD

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

Shades of Blue Violet #7711DD

Tints of Blue Violet #7711DD

Color information

#7711DD (or 0x7711DD) is unknown color: approx Blue Violet. HEX triplet: 77, 11 and DD. RGB value is (119,17,221). Sum of RGB (Red+Green+Blue) = 119+17+221=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #7711DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7711DD is #88EE22. Grayscale: #464646. Windows color (decimal): -8973859 or 14487927. OLE color: 14487927.

HSL color Cylindrical-coordinate representation of color #7711DD: hue angle of 270º 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 #7711DD is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11917221-
CMYK0.460.9200.13
HSL270º85.71%46.67%-
HSV(B)270º92.31%86.67%-
XYZ20.869.5469.15-
YUV70.75212.79162.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.33%
GREEN value IS 17 (7.03% from 255) = 4.76%
BLUE value IS 221 (86.72% from 255) = 61.90%
R=33.33%
G=4.76%
B=61.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal119172210.460.9200.1327085.7146.67
Hex7711DD2E5C0D10e562f
Octal167213355613401541612657
Binary111011110001110111011011101011100011011000011101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7711DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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