Html Css Color HEX #7701BF Dark Violet

📋 copy color: '#7701BF'

red 119 ◦ green 1 ◦ blue 191

#7701BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #7701BF

Tints of Dark Violet #7701BF

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 value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7701BF (or 0x7701BF) is known color: 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

RGB 119 1 191 -
CMYK 0.38 0.99 0 0.25
HSL 277.26º 0.99% 0.38% -
HSV(B) 277.26º 0.99% 0.75% -
XYZ 17.02 7.71 49.88 -
YUV 57.94 203.09 171.55 -
System Red Green Blue C M Y K H S L
Decimal 119 1 191 0.38 0.99 0 0.25 277.26 0.99 0.38
Hex 77 1 BF 26 63 0 19 115 63 26
Octal 167 1 277 46 143 0 31 425 143 46
Binary 1110111 1 10111111 100110 1100011 0 11001 100010101 1100011 100110

Color Harmonies of #7701BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7701BF

Black with #7701BF

Text Example


Text Example

White with #7701BF

Text Example


Text Example

HTML Codes & Css Web 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>