#7700BD

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

Shades of Dark Violet #7700BD

Tints of Dark Violet #7700BD

Color information

#7700BD (or 0x7700BD) is unknown color: approx Dark Violet. HEX triplet: 77, 00 and BD. RGB value is (119,0,189). Sum of RGB (Red+Green+Blue) = 119+0+189=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #7700BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7700BD is #88FF42. Grayscale: #383838. Windows color (decimal): -8978243 or 12386423. OLE color: 12386423.

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

Color convert

RGB1190189-
CMYK0.37100.26
HSL277.78º100%37.06%-
HSV(B)277.78º100%74.12%-
XYZ16.797.648.73-
YUV57.13202.42172.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 61.36%
R=38.64%
G=0%
B=61.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11901890.37100.26277.7810037.06
Hex770BD256401A1166425
Octal16702754514403242614445
Binary111011101011110110010111001000110101000101101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7700BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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