Html Css Color HEX #770ED6 Dark Violet

📋 copy color: '#770ED6'

red 119 ◦ green 14 ◦ blue 214

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

Shades of Dark Violet #770ED6

Tints of Dark Violet #770ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 61.67%

R = 34.29%
G = 4.03%
B = 61.67%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#770ED6 (or 0x770ED6) is known color: Dark Violet. HEX triplet: 77, 0E and D6. RGB value is (119,14,214). Sum of RGB (Red+Green+Blue) = 119+14+214=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 214 (83.98% from 255 or 61.67% from 347); Max value from RGB is 214 - color contains mainly: blue. Hex color #770ED6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770ED6 is #88F129. Grayscale: #434343. Windows color (decimal): -8974634 or 14028407. OLE color: 14028407.

HSL color Cylindrical-coordinate representation of color #770ED6: hue angle of 271.5º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770ED6 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 14 214 -
CMYK 0.44 0.93 0 0.16
HSL 271.5º 0.88% 0.45% -
HSV(B) 271.5º 0.93% 0.84% -
XYZ 19.9 9.09 64.32 -
YUV 68.2 210.29 164.24 -
System Red Green Blue C M Y K H S L
Decimal 119 14 214 0.44 0.93 0 0.16 271.5 0.88 0.45
Hex 77 E D6 2C 5D 0 10 110 58 2D
Octal 167 16 326 54 135 0 20 420 130 55
Binary 1110111 1110 11010110 101100 1011101 0 10000 100010000 1011000 101101

Color Harmonies of #770ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770ED6

Black with #770ED6

Text Example


Text Example

White with #770ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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