Html Css Color HEX #772BDE Blue Violet

📋 copy color: '#772BDE'

red 119 ◦ green 43 ◦ blue 222

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

Shades of Blue Violet #772BDE

Tints of Blue Violet #772BDE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.2%

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

R = 30.99%
G = 11.2%
B = 57.81%

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

#772BDE (or 0x772BDE) is known color: Blue Violet. HEX triplet: 77, 2B and DE. RGB value is (119,43,222). Sum of RGB (Red+Green+Blue) = 119+43+222=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #772BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772BDE is #88D421. Grayscale: #555555. Windows color (decimal): -8967202 or 14560119. OLE color: 14560119.

HSL color Cylindrical-coordinate representation of color #772BDE: hue angle of 265.47º 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 #772BDE is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 43 222 -
CMYK 0.46 0.81 0 0.13
HSL 265.47º 0.73% 0.52% -
HSV(B) 265.47º 0.81% 0.87% -
XYZ 21.66 10.92 70.07 -
YUV 86.13 204.68 151.45 -
System Red Green Blue C M Y K H S L
Decimal 119 43 222 0.46 0.81 0 0.13 265.47 0.73 0.52
Hex 77 2B DE 2E 51 0 D 109 49 34
Octal 167 53 336 56 121 0 15 411 111 64
Binary 1110111 101011 11011110 101110 1010001 0 1101 100001001 1001001 110100

Color Harmonies of #772BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772BDE

Black with #772BDE

Text Example


Text Example

White with #772BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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