Html Css Color HEX #7721DB Blue Violet

📋 copy color: '#7721DB'

red 119 ◦ green 33 ◦ blue 219

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

Shades of Blue Violet #7721DB

Tints of Blue Violet #7721DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.03%

R = 32.08%
G = 8.89%
B = 59.03%

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

#7721DB (or 0x7721DB) is known color: Blue Violet. HEX triplet: 77, 21 and DB. RGB value is (119,33,219). Sum of RGB (Red+Green+Blue) = 119+33+219=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #7721DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7721DB is #88DE24. Grayscale: #4F4F4F. Windows color (decimal): -8969765 or 14360951. OLE color: 14360951.

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

Color convert

RGB 119 33 219 -
CMYK 0.46 0.85 0 0.14
HSL 267.74º 0.74% 0.49% -
HSV(B) 267.74º 0.85% 0.86% -
XYZ 20.94 10.12 67.87 -
YUV 79.92 206.49 155.88 -
System Red Green Blue C M Y K H S L
Decimal 119 33 219 0.46 0.85 0 0.14 267.74 0.74 0.49
Hex 77 21 DB 2E 55 0 E 10C 4A 31
Octal 167 41 333 56 125 0 16 414 112 61
Binary 1110111 100001 11011011 101110 1010101 0 1110 100001100 1001010 110001

Color Harmonies of #7721DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7721DB

Black with #7721DB

Text Example


Text Example

White with #7721DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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