Html Css Color HEX #7701BC Dark Violet

📋 copy color: '#7701BC'

red 119 ◦ green 1 ◦ blue 188

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

Shades of Dark Violet #7701BC

Tints of Dark Violet #7701BC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 38.64%
G = 0.32%
B = 61.04%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7701BC (or 0x7701BC) is known color: Dark Violet. HEX triplet: 77, 01 and BC. RGB value is (119,1,188). Sum of RGB (Red+Green+Blue) = 119+1+188=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #7701BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7701BC is #88FE43. Grayscale: #383838. Windows color (decimal): -8977988 or 12321143. OLE color: 12321143.

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

Color convert

RGB 119 1 188 -
CMYK 0.37 0.99 0 0.26
HSL 277.86º 0.99% 0.37% -
HSV(B) 277.86º 0.99% 0.74% -
XYZ 16.7 7.57 48.16 -
YUV 57.6 201.59 171.79 -
System Red Green Blue C M Y K H S L
Decimal 119 1 188 0.37 0.99 0 0.26 277.86 0.99 0.37
Hex 77 1 BC 25 63 0 1A 116 63 25
Octal 167 1 274 45 143 0 32 426 143 45
Binary 1110111 1 10111100 100101 1100011 0 11010 100010110 1100011 100101

Color Harmonies of #7701BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7701BC

Black with #7701BC

Text Example


Text Example

White with #7701BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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