Html Css Color HEX #7701DE Dark Violet

📋 copy color: '#7701DE'

red 119 ◦ green 1 ◦ blue 222

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

Shades of Dark Violet #7701DE

Tints of Dark Violet #7701DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.91%

R = 34.8%
G = 0.29%
B = 64.91%

CMYK

 C value IS 0.46

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7701DE (or 0x7701DE) is known color: Dark Violet. HEX triplet: 77, 01 and DE. RGB value is (119,1,222). Sum of RGB (Red+Green+Blue) = 119+1+222=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 222 (87.11% from 255 or 64.91% from 342); Max value from RGB is 222 - color contains mainly: blue. Hex color #7701DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7701DE is #88FE21. Grayscale: #3C3C3C. Windows color (decimal): -8977954 or 14549367. OLE color: 14549367.

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

Color convert

RGB 119 1 222 -
CMYK 0.46 1.00 0 0.13
HSL 272.04º 0.99% 0.44% -
HSV(B) 272.04º 1% 0.87% -
XYZ 20.8 9.22 69.79 -
YUV 61.48 218.59 169.03 -
System Red Green Blue C M Y K H S L
Decimal 119 1 222 0.46 1.00 0 0.13 272.04 0.99 0.44
Hex 77 1 DE 2E 64 0 D 110 63 2C
Octal 167 1 336 56 144 0 15 420 143 54
Binary 1110111 1 11011110 101110 1100100 0 1101 100010000 1100011 101100

Color Harmonies of #7701DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7701DE

Black with #7701DE

Text Example


Text Example

White with #7701DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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