Html Css Color HEX #770ADA Dark Violet

📋 copy color: '#770ADA'

red 119 ◦ green 10 ◦ blue 218

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

Shades of Dark Violet #770ADA

Tints of Dark Violet #770ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.82%

R = 34.29%
G = 2.88%
B = 62.82%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#770ADA (or 0x770ADA) is known color: Dark Violet. HEX triplet: 77, 0A and DA. RGB value is (119,10,218). Sum of RGB (Red+Green+Blue) = 119+10+218=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #770ADA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770ADA is #88F525. Grayscale: #414141. Windows color (decimal): -8975654 or 14289527. OLE color: 14289527.

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

Color convert

RGB 119 10 218 -
CMYK 0.45 0.95 0 0.15
HSL 271.44º 0.91% 0.45% -
HSV(B) 271.44º 0.95% 0.85% -
XYZ 20.37 9.2 67.03 -
YUV 66.3 213.61 165.59 -
System Red Green Blue C M Y K H S L
Decimal 119 10 218 0.45 0.95 0 0.15 271.44 0.91 0.45
Hex 77 A DA 2D 5F 0 F 10F 5B 2D
Octal 167 12 332 55 137 0 17 417 133 55
Binary 1110111 1010 11011010 101101 1011111 0 1111 100001111 1011011 101101

Color Harmonies of #770ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770ADA

Black with #770ADA

Text Example


Text Example

White with #770ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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