Html Css Color HEX #770ADE Dark Violet

📋 copy color: '#770ADE'

red 119 ◦ green 10 ◦ blue 222

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

Shades of Dark Violet #770ADE

Tints of Dark Violet #770ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.85%

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

R = 33.9%
G = 2.85%
B = 63.25%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#770ADE (or 0x770ADE) is known color: Dark Violet. HEX triplet: 77, 0A and DE. RGB value is (119,10,222). Sum of RGB (Red+Green+Blue) = 119+10+222=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 222 (87.11% from 255 or 63.25% from 351); Max value from RGB is 222 - color contains mainly: blue. Hex color #770ADE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770ADE is #88F521. Grayscale: #424242. Windows color (decimal): -8975650 or 14551671. OLE color: 14551671.

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

Color convert

RGB 119 10 222 -
CMYK 0.46 0.95 0 0.13
HSL 270.85º 0.91% 0.45% -
HSV(B) 270.85º 0.95% 0.87% -
XYZ 20.9 9.41 69.82 -
YUV 66.76 215.61 165.26 -
System Red Green Blue C M Y K H S L
Decimal 119 10 222 0.46 0.95 0 0.13 270.85 0.91 0.45
Hex 77 A DE 2E 5F 0 D 10F 5B 2D
Octal 167 12 336 56 137 0 15 417 133 55
Binary 1110111 1010 11011110 101110 1011111 0 1101 100001111 1011011 101101

Color Harmonies of #770ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770ADE

Black with #770ADE

Text Example


Text Example

White with #770ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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