Html Css Color HEX #7721DC Blue Violet

📋 copy color: '#7721DC'

red 119 ◦ green 33 ◦ blue 220

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

Shades of Blue Violet #7721DC

Tints of Blue Violet #7721DC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.87%

 BLUE value IS 220 (86.33% from 255) = 59.14%

R = 31.99%
G = 8.87%
B = 59.14%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7721DC (or 0x7721DC) is known color: Blue Violet. HEX triplet: 77, 21 and DC. RGB value is (119,33,220). Sum of RGB (Red+Green+Blue) = 119+33+220=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #7721DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7721DC is #88DE23. Grayscale: #4F4F4F. Windows color (decimal): -8969764 or 14426487. OLE color: 14426487.

HSL color Cylindrical-coordinate representation of color #7721DC: hue angle of 267.59º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7721DC is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 33 220 -
CMYK 0.46 0.85 0 0.14
HSL 267.59º 0.74% 0.5% -
HSV(B) 267.59º 0.85% 0.86% -
XYZ 21.07 10.18 68.56 -
YUV 80.03 206.99 155.79 -
System Red Green Blue C M Y K H S L
Decimal 119 33 220 0.46 0.85 0 0.14 267.59 0.74 0.5
Hex 77 21 DC 2E 55 0 E 10C 4A 32
Octal 167 41 334 56 125 0 16 414 112 62
Binary 1110111 100001 11011100 101110 1010101 0 1110 100001100 1001010 110010

Color Harmonies of #7721DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7721DC

Black with #7721DC

Text Example


Text Example

White with #7721DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7721DC; }

 p { color: rgb(119,33,220); }

 H1.HeaderClassName
 {
   color: #7721DC;
 }
 .AnyTagClassName
 {
   color: #7721DC;
 }
</style>

background-color css

<style>
 a { background-color: #7721DC; }

 a { background-color: rgb(119,33,220); }

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

border-color css

<style>
 span { border-color: #7721DC; }

 span { border-color: rgb(119,33,220); }

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