Html Css Color HEX #772CDB Blue Violet

📋 copy color: '#772CDB'

red 119 ◦ green 44 ◦ blue 219

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

Shades of Blue Violet #772CDB

Tints of Blue Violet #772CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.52%

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

R = 31.15%
G = 11.52%
B = 57.33%

CMYK

 C value IS 0.46

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#772CDB (or 0x772CDB) is known color: Blue Violet. HEX triplet: 77, 2C and DB. RGB value is (119,44,219). Sum of RGB (Red+Green+Blue) = 119+44+219=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #772CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772CDB is #88D324. Grayscale: #555555. Windows color (decimal): -8966949 or 14363767. OLE color: 14363767.

HSL color Cylindrical-coordinate representation of color #772CDB: hue angle of 265.71º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #772CDB is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 44 219 -
CMYK 0.46 0.80 0 0.14
HSL 265.71º 0.71% 0.52% -
HSV(B) 265.71º 0.8% 0.86% -
XYZ 21.29 10.84 67.99 -
YUV 86.38 202.85 151.27 -
System Red Green Blue C M Y K H S L
Decimal 119 44 219 0.46 0.80 0 0.14 265.71 0.71 0.52
Hex 77 2C DB 2E 50 0 E 10A 47 34
Octal 167 54 333 56 120 0 16 412 107 64
Binary 1110111 101100 11011011 101110 1010000 0 1110 100001010 1000111 110100

Color Harmonies of #772CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772CDB

Black with #772CDB

Text Example


Text Example

White with #772CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772CDB; }

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

 H1.HeaderClassName
 {
   color: #772CDB;
 }
 .AnyTagClassName
 {
   color: #772CDB;
 }
</style>

background-color css

<style>
 a { background-color: #772CDB; }

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

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

border-color css

<style>
 span { border-color: #772CDB; }

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

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