Html Css Color HEX #780BA6 Dark Magenta

📋 copy color: '#780BA6'

red 120 ◦ green 11 ◦ blue 166

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

Shades of Dark Magenta #780BA6

Tints of Dark Magenta #780BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 55.89%

R = 40.4%
G = 3.7%
B = 55.89%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#780BA6 (or 0x780BA6) is known color: Dark Magenta. HEX triplet: 78, 0B and A6. RGB value is (120,11,166). Sum of RGB (Red+Green+Blue) = 120+11+166=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 166 (65.23% from 255 or 55.89% from 297); Max value from RGB is 166 - color contains mainly: blue. Hex color #780BA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780BA6 is #87F459. Grayscale: #3C3C3C. Windows color (decimal): -8909914 or 10881912. OLE color: 10881912.

HSL color Cylindrical-coordinate representation of color #780BA6: hue angle of 282.19º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780BA6 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 120 11 166 -
CMYK 0.28 0.93 0 0.35
HSL 282.19º 0.88% 0.35% -
HSV(B) 282.19º 0.93% 0.65% -
XYZ 14.75 6.99 36.65 -
YUV 61.26 187.11 169.9 -
System Red Green Blue C M Y K H S L
Decimal 120 11 166 0.28 0.93 0 0.35 282.19 0.88 0.35
Hex 78 B A6 1C 5D 0 23 11A 58 23
Octal 170 13 246 34 135 0 43 432 130 43
Binary 1111000 1011 10100110 11100 1011101 0 100011 100011010 1011000 100011

Color Harmonies of #780BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780BA6

Black with #780BA6

Text Example


Text Example

White with #780BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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