#7701BE

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

Shades of Dark Violet #7701BE

Tints of Dark Violet #7701BE

Color information

#7701BE (or 0x7701BE) is unknown color: approx Dark Violet. HEX triplet: 77, 01 and BE. RGB value is (119,1,190). Sum of RGB (Red+Green+Blue) = 119+1+190=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #7701BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7701BE is #88FE41. Grayscale: #393939. Windows color (decimal): -8977986 or 12452215. OLE color: 12452215.

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

Color convert

RGB1191190-
CMYK0.370.9900.25
HSL277.46º98.95%37.45%-
HSV(B)277.46º99.47%74.51%-
XYZ16.917.6649.3-
YUV57.83202.59171.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.39%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 190 (74.61% from 255) = 61.29%
R=38.39%
G=0.32%
B=61.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11911900.370.9900.25277.4698.9537.45
Hex771BE25630191156325
Octal16712764514303142514345
Binary111011111011111010010111000110110011000101011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7701BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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