Html Css Color HEX #770EE3 Blue Violet

📋 copy color: '#770EE3'

red 119 ◦ green 14 ◦ blue 227

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

Shades of Blue Violet #770EE3

Tints of Blue Violet #770EE3

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.89%

 BLUE value IS 227 (89.06% from 255) = 63.06%

R = 33.06%
G = 3.89%
B = 63.06%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#770EE3 (or 0x770EE3) is known color: Blue Violet. HEX triplet: 77, 0E and E3. RGB value is (119,14,227). Sum of RGB (Red+Green+Blue) = 119+14+227=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 14 (5.86% from 255 or 3.89% from 360); Blue value is 227 (89.06% from 255 or 63.06% from 360); Max value from RGB is 227 - color contains mainly: blue. Hex color #770EE3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770EE3 is #88F11C. Grayscale: #444444. Windows color (decimal): -8974621 or 14880375. OLE color: 14880375.

HSL color Cylindrical-coordinate representation of color #770EE3: hue angle of 269.58º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770EE3 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 119 14 227 -
CMYK 0.48 0.94 0 0.11
HSL 269.58º 0.88% 0.47% -
HSV(B) 269.58º 0.94% 0.89% -
XYZ 21.63 9.78 73.42 -
YUV 69.68 216.79 163.18 -
System Red Green Blue C M Y K H S L
Decimal 119 14 227 0.48 0.94 0 0.11 269.58 0.88 0.47
Hex 77 E E3 30 5E 0 B 10E 58 2F
Octal 167 16 343 60 136 0 13 416 130 57
Binary 1110111 1110 11100011 110000 1011110 0 1011 100001110 1011000 101111

Color Harmonies of #770EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770EE3

Black with #770EE3

Text Example


Text Example

White with #770EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770EE3; }

 p { color: rgb(119,14,227); }

 H1.HeaderClassName
 {
   color: #770EE3;
 }
 .AnyTagClassName
 {
   color: #770EE3;
 }
</style>

background-color css

<style>
 a { background-color: #770EE3; }

 a { background-color: rgb(119,14,227); }

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

border-color css

<style>
 span { border-color: #770EE3; }

 span { border-color: rgb(119,14,227); }

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