Html Css Color HEX #772EDF Blue Violet

📋 copy color: '#772EDF'

red 119 ◦ green 46 ◦ blue 223

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

Shades of Blue Violet #772EDF

Tints of Blue Violet #772EDF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.86%

 BLUE value IS 223 (87.5% from 255) = 57.47%

R = 30.67%
G = 11.86%
B = 57.47%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#772EDF (or 0x772EDF) is known color: Blue Violet. HEX triplet: 77, 2E and DF. RGB value is (119,46,223). Sum of RGB (Red+Green+Blue) = 119+46+223=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #772EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772EDF is #88D120. Grayscale: #575757. Windows color (decimal): -8966433 or 14626423. OLE color: 14626423.

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

Color convert

RGB 119 46 223 -
CMYK 0.47 0.79 0 0.13
HSL 264.75º 0.73% 0.53% -
HSV(B) 264.75º 0.79% 0.87% -
XYZ 21.9 11.2 70.82 -
YUV 88.01 204.18 150.11 -
System Red Green Blue C M Y K H S L
Decimal 119 46 223 0.47 0.79 0 0.13 264.75 0.73 0.53
Hex 77 2E DF 2F 4F 0 D 109 49 35
Octal 167 56 337 57 117 0 15 411 111 65
Binary 1110111 101110 11011111 101111 1001111 0 1101 100001001 1001001 110101

Color Harmonies of #772EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772EDF

Black with #772EDF

Text Example


Text Example

White with #772EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,46,223); }

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

background-color css

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

 a { background-color: rgb(119,46,223); }

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

border-color css

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

 span { border-color: rgb(119,46,223); }

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