Html Css Color HEX #770EDE Blue Violet

📋 copy color: '#770EDE'

red 119 ◦ green 14 ◦ blue 222

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

Shades of Blue Violet #770EDE

Tints of Blue Violet #770EDE

RGB

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

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

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

R = 33.52%
G = 3.94%
B = 62.54%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#770EDE (or 0x770EDE) is known color: Blue Violet. HEX triplet: 77, 0E and DE. RGB value is (119,14,222). Sum of RGB (Red+Green+Blue) = 119+14+222=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #770EDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770EDE is #88F121. Grayscale: #444444. Windows color (decimal): -8974626 or 14552695. OLE color: 14552695.

HSL color Cylindrical-coordinate representation of color #770EDE: hue angle of 270.29º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770EDE is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 14 222 -
CMYK 0.46 0.94 0 0.13
HSL 270.29º 0.88% 0.46% -
HSV(B) 270.29º 0.94% 0.87% -
XYZ 20.95 9.51 69.84 -
YUV 69.11 214.29 163.59 -
System Red Green Blue C M Y K H S L
Decimal 119 14 222 0.46 0.94 0 0.13 270.29 0.88 0.46
Hex 77 E DE 2E 5E 0 D 10E 58 2E
Octal 167 16 336 56 136 0 15 416 130 56
Binary 1110111 1110 11011110 101110 1011110 0 1101 100001110 1011000 101110

Color Harmonies of #770EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770EDE

Black with #770EDE

Text Example


Text Example

White with #770EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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