#7700BE

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

Shades of Dark Violet #7700BE

Tints of Dark Violet #7700BE

Color information

#7700BE (or 0x7700BE) is unknown color: approx Dark Violet. HEX triplet: 77, 00 and BE. RGB value is (119,0,190). Sum of RGB (Red+Green+Blue) = 119+0+190=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #7700BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7700BE is #88FF41. Grayscale: #383838. Windows color (decimal): -8978242 or 12451959. OLE color: 12451959.

HSL color Cylindrical-coordinate representation of color #7700BE: hue angle of 277.58º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7700BE is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1190190-
CMYK0.37100.25
HSL277.58º100%37.25%-
HSV(B)277.58º100%74.51%-
XYZ16.97.6449.3-
YUV57.24202.92172.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 190 (74.61% from 255) = 61.49%
R=38.51%
G=0%
B=61.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11901900.37100.25277.5810037.25
Hex770BE25640191166425
Octal16702764514403142614445
Binary111011101011111010010111001000110011000101101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7700BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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