#7701BF

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

Shades of Dark Violet #7701BF

Tints of Dark Violet #7701BF

Color information

#7701BF (or 0x7701BF) is unknown color: approx Dark Violet. HEX triplet: 77, 01 and BF. RGB value is (119,1,191). Sum of RGB (Red+Green+Blue) = 119+1+191=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #7701BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7701BF is #88FE40. Grayscale: #393939. Windows color (decimal): -8977985 or 12517751. OLE color: 12517751.

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

Color convert

RGB1191191-
CMYK0.380.9900.25
HSL277.26º98.96%37.65%-
HSV(B)277.26º99.48%74.9%-
XYZ17.027.7149.88-
YUV57.94203.09171.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 191 (75% from 255) = 61.41%
R=38.26%
G=0.32%
B=61.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11911910.380.9900.25277.2698.9637.65
Hex771BF26630191156326
Octal16712774614303142514346
Binary111011111011111110011011000110110011000101011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7701BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7701BF; }

 p { color: rgb(119,1,191); }

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

<style>
 a { background-color: #7701BF; }

 a { background-color: rgb(119,1,191); }

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

<style>
 span { border-color: #7701BF; }

 span { border-color: rgb(119,1,191); }

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