Html Css Color HEX #780BAC Dark Magenta

📋 copy color: '#780BAC'

red 120 ◦ green 11 ◦ blue 172

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

Shades of Dark Magenta #780BAC

Tints of Dark Magenta #780BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.63%

 BLUE value IS 172 (67.58% from 255) = 56.77%

R = 39.6%
G = 3.63%
B = 56.77%

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

#780BAC (or 0x780BAC) is known color: Dark Magenta. HEX triplet: 78, 0B and AC. RGB value is (120,11,172). Sum of RGB (Red+Green+Blue) = 120+11+172=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #780BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780BAC is #87F453. Grayscale: #3D3D3D. Windows color (decimal): -8909908 or 11275128. OLE color: 11275128.

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

Color convert

RGB 120 11 172 -
CMYK 0.30 0.94 0 0.33
HSL 280.62º 0.88% 0.36% -
HSV(B) 280.62º 0.94% 0.67% -
XYZ 15.31 7.21 39.61 -
YUV 61.95 190.11 169.41 -
System Red Green Blue C M Y K H S L
Decimal 120 11 172 0.30 0.94 0 0.33 280.62 0.88 0.36
Hex 78 B AC 1E 5E 0 21 119 58 24
Octal 170 13 254 36 136 0 41 431 130 44
Binary 1111000 1011 10101100 11110 1011110 0 100001 100011001 1011000 100100

Color Harmonies of #780BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780BAC

Black with #780BAC

Text Example


Text Example

White with #780BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,11,172); }

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

background-color css

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

 a { background-color: rgb(120,11,172); }

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

border-color css

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

 span { border-color: rgb(120,11,172); }

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