Html Css Color HEX #772DE8 Blue Violet

📋 copy color: '#772DE8'

red 119 ◦ green 45 ◦ blue 232

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

Shades of Blue Violet #772DE8

Tints of Blue Violet #772DE8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.36%

 BLUE value IS 232 (91.02% from 255) = 58.59%

R = 30.05%
G = 11.36%
B = 58.59%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#772DE8 (or 0x772DE8) is known color: Blue Violet. HEX triplet: 77, 2D and E8. RGB value is (119,45,232). Sum of RGB (Red+Green+Blue) = 119+45+232=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 232 (91.02% from 255 or 58.59% from 396); Max value from RGB is 232 - color contains mainly: blue. Hex color #772DE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772DE8 is #88D217. Grayscale: #575757. Windows color (decimal): -8966680 or 15215991. OLE color: 15215991.

HSL color Cylindrical-coordinate representation of color #772DE8: hue angle of 263.74º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #772DE8 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 119 45 232 -
CMYK 0.49 0.81 0 0.09
HSL 263.74º 0.8% 0.54% -
HSV(B) 263.74º 0.81% 0.91% -
XYZ 23.11 11.62 77.37 -
YUV 88.44 209.02 149.79 -
System Red Green Blue C M Y K H S L
Decimal 119 45 232 0.49 0.81 0 0.09 263.74 0.8 0.54
Hex 77 2D E8 31 51 0 9 108 50 36
Octal 167 55 350 61 121 0 11 410 120 66
Binary 1110111 101101 11101000 110001 1010001 0 1001 100001000 1010000 110110

Color Harmonies of #772DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772DE8

Black with #772DE8

Text Example


Text Example

White with #772DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,45,232); }

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

background-color css

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

 a { background-color: rgb(119,45,232); }

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

border-color css

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

 span { border-color: rgb(119,45,232); }

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