Html Css Color HEX #780AAB Dark Magenta

📋 copy color: '#780AAB'

red 120 ◦ green 10 ◦ blue 171

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

Shades of Dark Magenta #780AAB

Tints of Dark Magenta #780AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.81%

R = 39.87%
G = 3.32%
B = 56.81%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#780AAB (or 0x780AAB) is known color: Dark Magenta. HEX triplet: 78, 0A and AB. RGB value is (120,10,171). Sum of RGB (Red+Green+Blue) = 120+10+171=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #780AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780AAB is #87F554. Grayscale: #3C3C3C. Windows color (decimal): -8910165 or 11209336. OLE color: 11209336.

HSL color Cylindrical-coordinate representation of color #780AAB: hue angle of 280.99º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780AAB is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 10 171 -
CMYK 0.30 0.94 0 0.33
HSL 280.99º 0.89% 0.35% -
HSV(B) 280.99º 0.94% 0.67% -
XYZ 15.2 7.15 39.11 -
YUV 61.24 189.94 169.91 -
System Red Green Blue C M Y K H S L
Decimal 120 10 171 0.30 0.94 0 0.33 280.99 0.89 0.35
Hex 78 A AB 1E 5E 0 21 119 59 23
Octal 170 12 253 36 136 0 41 431 131 43
Binary 1111000 1010 10101011 11110 1011110 0 100001 100011001 1011001 100011

Color Harmonies of #780AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780AAB

Black with #780AAB

Text Example


Text Example

White with #780AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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