Html Css Color HEX #772ADE Blue Violet

📋 copy color: '#772ADE'

red 119 ◦ green 42 ◦ blue 222

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

Shades of Blue Violet #772ADE

Tints of Blue Violet #772ADE

RGB

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

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

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

R = 31.07%
G = 10.97%
B = 57.96%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#772ADE (or 0x772ADE) is known color: Blue Violet. HEX triplet: 77, 2A and DE. RGB value is (119,42,222). Sum of RGB (Red+Green+Blue) = 119+42+222=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #772ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772ADE is #88D521. Grayscale: #545454. Windows color (decimal): -8967458 or 14559863. OLE color: 14559863.

HSL color Cylindrical-coordinate representation of color #772ADE: hue angle of 265.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #772ADE is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 42 222 -
CMYK 0.46 0.81 0 0.13
HSL 265.67º 0.73% 0.52% -
HSV(B) 265.67º 0.81% 0.87% -
XYZ 21.62 10.85 70.06 -
YUV 85.54 205.01 151.86 -
System Red Green Blue C M Y K H S L
Decimal 119 42 222 0.46 0.81 0 0.13 265.67 0.73 0.52
Hex 77 2A DE 2E 51 0 D 10A 49 34
Octal 167 52 336 56 121 0 15 412 111 64
Binary 1110111 101010 11011110 101110 1010001 0 1101 100001010 1001001 110100

Color Harmonies of #772ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772ADE

Black with #772ADE

Text Example


Text Example

White with #772ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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