#7700df

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

Shades of Dark Violet #7700DF

Tints of Dark Violet #7700DF

Color information

#7700DF (or 0x7700DF) is unknown color: approx Dark Violet. HEX triplet: 77, 00 and DF. RGB value is (119,0,223). Sum of RGB (Red+Green+Blue) = 119+0+223=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #7700DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7700DF is #88FF20. Grayscale: #3C3C3C. Windows color (decimal): -8978209 or 14614647. OLE color: 14614647.

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

Color convert

RGB1190223-
CMYK0.47100.13
HSL272.02º100%43.73%-
HSV(B)272.02º100%87.45%-
XYZ20.939.2570.49-
YUV61219.42169.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 223 (87.5% from 255) = 65.20%
R=34.80%
G=0%
B=65.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11902230.47100.13272.0210043.73
Hex770DF2F640D110642c
Octal16703375714401542014454
Binary11101110110111111011111100100011011000100001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7700df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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