Html Css Color HEX #7700BC Dark Violet

📋 copy color: '#7700BC'

red 119 ◦ green 0 ◦ blue 188

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

Shades of Dark Violet #7700BC

Tints of Dark Violet #7700BC

RGB

 RED value IS 119 (46.88% from 255) = 38.76%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 188 (73.83% from 255) = 61.24%

R = 38.76%
G = 0%
B = 61.24%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7700BC (or 0x7700BC) is known color: Dark Violet. HEX triplet: 77, 00 and BC. RGB value is (119,0,188). Sum of RGB (Red+Green+Blue) = 119+0+188=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #7700BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7700BC is #88FF43. Grayscale: #383838. Windows color (decimal): -8978244 or 12320887. OLE color: 12320887.

HSL color Cylindrical-coordinate representation of color #7700BC: hue angle of 277.98º 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 #7700BC is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 0 188 -
CMYK 0.37 1 0 0.26
HSL 277.98º 1% 0.37% -
HSV(B) 277.98º 1% 0.74% -
XYZ 16.68 7.55 48.16 -
YUV 57.01 201.92 172.21 -
System Red Green Blue C M Y K H S L
Decimal 119 0 188 0.37 1 0 0.26 277.98 1 0.37
Hex 77 0 BC 25 64 0 1A 116 64 25
Octal 167 0 274 45 144 0 32 426 144 45
Binary 1110111 0 10111100 100101 1100100 0 11010 100010110 1100100 100101

Color Harmonies of #7700BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7700BC

Black with #7700BC

Text Example


Text Example

White with #7700BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7700BC;
 }
 .AnyTagClassName
 {
   color: #7700BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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