Html Css Color HEX #780AAD Dark Violet

📋 copy color: '#780AAD'

red 120 ◦ green 10 ◦ blue 173

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

Shades of Dark Violet #780AAD

Tints of Dark Violet #780AAD

RGB

 RED value IS 120 (47.27% from 255) = 39.6%

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

 BLUE value IS 173 (67.97% from 255) = 57.1%

R = 39.6%
G = 3.3%
B = 57.1%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#780AAD (or 0x780AAD) is known color: Dark Violet. HEX triplet: 78, 0A and AD. RGB value is (120,10,173). Sum of RGB (Red+Green+Blue) = 120+10+173=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #780AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780AAD is #87F552. Grayscale: #3C3C3C. Windows color (decimal): -8910163 or 11340408. OLE color: 11340408.

HSL color Cylindrical-coordinate representation of color #780AAD: hue angle of 280.49º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780AAD is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 10 173 -
CMYK 0.31 0.94 0 0.32
HSL 280.49º 0.89% 0.36% -
HSV(B) 280.49º 0.94% 0.68% -
XYZ 15.4 7.23 40.12 -
YUV 61.47 190.94 169.75 -
System Red Green Blue C M Y K H S L
Decimal 120 10 173 0.31 0.94 0 0.32 280.49 0.89 0.36
Hex 78 A AD 1F 5E 0 20 118 59 24
Octal 170 12 255 37 136 0 40 430 131 44
Binary 1111000 1010 10101101 11111 1011110 0 100000 100011000 1011001 100100

Color Harmonies of #780AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780AAD

Black with #780AAD

Text Example


Text Example

White with #780AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780AAD; }

 p { color: rgb(120,10,173); }

 H1.HeaderClassName
 {
   color: #780AAD;
 }
 .AnyTagClassName
 {
   color: #780AAD;
 }
</style>

background-color css

<style>
 a { background-color: #780AAD; }

 a { background-color: rgb(120,10,173); }

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

border-color css

<style>
 span { border-color: #780AAD; }

 span { border-color: rgb(120,10,173); }

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