#7700DD

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

Shades of Dark Violet #7700DD

Tints of Dark Violet #7700DD

Color information

#7700DD (or 0x7700DD) is unknown color: approx Dark Violet. HEX triplet: 77, 00 and DD. RGB value is (119,0,221). Sum of RGB (Red+Green+Blue) = 119+0+221=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #7700DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7700DD is #88FF22. Grayscale: #3C3C3C. Windows color (decimal): -8978211 or 14483575. OLE color: 14483575.

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

Color convert

RGB1190221-
CMYK0.46100.13
HSL272.31º100%43.33%-
HSV(B)272.31º100%86.67%-
XYZ20.669.1469.08-
YUV60.78218.42169.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 221 (86.72% from 255) = 65%
R=35%
G=0%
B=65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11902210.46100.13272.3110043.33
Hex770DD2E640D110642b
Octal16703355614401542014453
Binary11101110110111011011101100100011011000100001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7700DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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