Html Css Color HEX #780FAA Dark Magenta

📋 copy color: '#780FAA'

red 120 ◦ green 15 ◦ blue 170

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

Shades of Dark Magenta #780FAA

Tints of Dark Magenta #780FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.92%

 BLUE value IS 170 (66.8% from 255) = 55.74%

R = 39.34%
G = 4.92%
B = 55.74%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#780FAA (or 0x780FAA) is known color: Dark Magenta. HEX triplet: 78, 0F and AA. RGB value is (120,15,170). Sum of RGB (Red+Green+Blue) = 120+15+170=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #780FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780FAA is #87F055. Grayscale: #3F3F3F. Windows color (decimal): -8908886 or 11145080. OLE color: 11145080.

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

Color convert

RGB 120 15 170 -
CMYK 0.29 0.91 0 0.33
HSL 280.65º 0.84% 0.36% -
HSV(B) 280.65º 0.91% 0.67% -
XYZ 15.17 7.24 38.63 -
YUV 64.07 187.79 167.9 -
System Red Green Blue C M Y K H S L
Decimal 120 15 170 0.29 0.91 0 0.33 280.65 0.84 0.36
Hex 78 F AA 1D 5B 0 21 119 54 24
Octal 170 17 252 35 133 0 41 431 124 44
Binary 1111000 1111 10101010 11101 1011011 0 100001 100011001 1010100 100100

Color Harmonies of #780FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780FAA

Black with #780FAA

Text Example


Text Example

White with #780FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,15,170); }

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

background-color css

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

 a { background-color: rgb(120,15,170); }

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

border-color css

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

 span { border-color: rgb(120,15,170); }

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