Html Css Color HEX #772ADB Blue Violet

📋 copy color: '#772ADB'

red 119 ◦ green 42 ◦ blue 219

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

Shades of Blue Violet #772ADB

Tints of Blue Violet #772ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.05%

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

R = 31.32%
G = 11.05%
B = 57.63%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#772ADB (or 0x772ADB) is known color: Blue Violet. HEX triplet: 77, 2A and DB. RGB value is (119,42,219). Sum of RGB (Red+Green+Blue) = 119+42+219=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #772ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772ADB is #88D524. Grayscale: #545454. Windows color (decimal): -8967461 or 14363255. OLE color: 14363255.

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

Color convert

RGB 119 42 219 -
CMYK 0.46 0.81 0 0.14
HSL 266.1º 0.71% 0.51% -
HSV(B) 266.1º 0.81% 0.86% -
XYZ 21.22 10.69 67.96 -
YUV 85.2 203.51 152.11 -
System Red Green Blue C M Y K H S L
Decimal 119 42 219 0.46 0.81 0 0.14 266.1 0.71 0.51
Hex 77 2A DB 2E 51 0 E 10A 47 33
Octal 167 52 333 56 121 0 16 412 107 63
Binary 1110111 101010 11011011 101110 1010001 0 1110 100001010 1000111 110011

Color Harmonies of #772ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772ADB

Black with #772ADB

Text Example


Text Example

White with #772ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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