Html Css Color HEX #780C94 Dark Magenta

📋 copy color: '#780C94'

red 120 ◦ green 12 ◦ blue 148

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

Shades of Dark Magenta #780C94

Tints of Dark Magenta #780C94

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.29%

 BLUE value IS 148 (58.2% from 255) = 52.86%

R = 42.86%
G = 4.29%
B = 52.86%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#780C94 (or 0x780C94) is known color: Dark Magenta. HEX triplet: 78, 0C and 94. RGB value is (120,12,148). Sum of RGB (Red+Green+Blue) = 120+12+148=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #780C94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780C94 is #87F36B. Grayscale: #3B3B3B. Windows color (decimal): -8909676 or 9702520. OLE color: 9702520.

HSL color Cylindrical-coordinate representation of color #780C94: hue angle of 287.65º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780C94 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 12 148 -
CMYK 0.19 0.92 0 0.42
HSL 287.65º 0.85% 0.31% -
HSV(B) 287.65º 0.92% 0.58% -
XYZ 13.22 6.39 28.55 -
YUV 59.8 177.78 170.94 -
System Red Green Blue C M Y K H S L
Decimal 120 12 148 0.19 0.92 0 0.42 287.65 0.85 0.31
Hex 78 C 94 13 5C 0 2A 120 55 1F
Octal 170 14 224 23 134 0 52 440 125 37
Binary 1111000 1100 10010100 10011 1011100 0 101010 100100000 1010101 11111

Color Harmonies of #780C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C94

Black with #780C94

Text Example


Text Example

White with #780C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,12,148); }

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

background-color css

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

 a { background-color: rgb(120,12,148); }

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

border-color css

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

 span { border-color: rgb(120,12,148); }

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