Html Css Color HEX #780DAB Dark Magenta

📋 copy color: '#780DAB'

red 120 ◦ green 13 ◦ blue 171

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

Shades of Dark Magenta #780DAB

Tints of Dark Magenta #780DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.28%

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

R = 39.47%
G = 4.28%
B = 56.25%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#780DAB (or 0x780DAB) is known color: Dark Magenta. HEX triplet: 78, 0D and AB. RGB value is (120,13,171). Sum of RGB (Red+Green+Blue) = 120+13+171=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #780DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780DAB is #87F254. Grayscale: #3E3E3E. Windows color (decimal): -8909397 or 11210104. OLE color: 11210104.

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

Color convert

RGB 120 13 171 -
CMYK 0.30 0.92 0 0.33
HSL 280.63º 0.86% 0.36% -
HSV(B) 280.63º 0.92% 0.67% -
XYZ 15.24 7.22 39.12 -
YUV 63.01 188.95 168.65 -
System Red Green Blue C M Y K H S L
Decimal 120 13 171 0.30 0.92 0 0.33 280.63 0.86 0.36
Hex 78 D AB 1E 5C 0 21 119 56 24
Octal 170 15 253 36 134 0 41 431 126 44
Binary 1111000 1101 10101011 11110 1011100 0 100001 100011001 1010110 100100

Color Harmonies of #780DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780DAB

Black with #780DAB

Text Example


Text Example

White with #780DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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