Html Css Color HEX #7701D6 Dark Violet

📋 copy color: '#7701D6'

red 119 ◦ green 1 ◦ blue 214

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

Shades of Dark Violet #7701D6

Tints of Dark Violet #7701D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 64.07%

R = 35.63%
G = 0.3%
B = 64.07%

CMYK

 C value IS 0.44

 M value IS 1.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7701D6 (or 0x7701D6) is known color: Dark Violet. HEX triplet: 77, 01 and D6. RGB value is (119,1,214). Sum of RGB (Red+Green+Blue) = 119+1+214=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 214 (83.98% from 255 or 64.07% from 334); Max value from RGB is 214 - color contains mainly: blue. Hex color #7701D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7701D6 is #88FE29. Grayscale: #3B3B3B. Windows color (decimal): -8977962 or 14025079. OLE color: 14025079.

HSL color Cylindrical-coordinate representation of color #7701D6: hue angle of 273.24º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7701D6 is Cyan = 0.44, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 1 214 -
CMYK 0.44 1.00 0 0.16
HSL 273.24º 0.99% 0.42% -
HSV(B) 273.24º 1% 0.84% -
XYZ 19.76 8.8 64.28 -
YUV 60.56 214.59 169.68 -
System Red Green Blue C M Y K H S L
Decimal 119 1 214 0.44 1.00 0 0.16 273.24 0.99 0.42
Hex 77 1 D6 2C 64 0 10 111 63 2A
Octal 167 1 326 54 144 0 20 421 143 52
Binary 1110111 1 11010110 101100 1100100 0 10000 100010001 1100011 101010

Color Harmonies of #7701D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7701D6

Black with #7701D6

Text Example


Text Example

White with #7701D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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