Html Css Color HEX #781294 Dark Magenta

📋 copy color: '#781294'

red 120 ◦ green 18 ◦ blue 148

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

Shades of Dark Magenta #781294

Tints of Dark Magenta #781294

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.29%

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

R = 41.96%
G = 6.29%
B = 51.75%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#781294 (or 0x781294) is known color: Dark Magenta. HEX triplet: 78, 12 and 94. RGB value is (120,18,148). Sum of RGB (Red+Green+Blue) = 120+18+148=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #781294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781294 is #87ED6B. Grayscale: #3E3E3E. Windows color (decimal): -8908140 or 9704056. OLE color: 9704056.

HSL color Cylindrical-coordinate representation of color #781294: hue angle of 287.08º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781294 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 18 148 -
CMYK 0.19 0.88 0 0.42
HSL 287.08º 0.78% 0.33% -
HSV(B) 287.08º 0.88% 0.58% -
XYZ 13.31 6.56 28.58 -
YUV 63.32 175.79 168.43 -
System Red Green Blue C M Y K H S L
Decimal 120 18 148 0.19 0.88 0 0.42 287.08 0.78 0.33
Hex 78 12 94 13 58 0 2A 11F 4E 21
Octal 170 22 224 23 130 0 52 437 116 41
Binary 1111000 10010 10010100 10011 1011000 0 101010 100011111 1001110 100001

Color Harmonies of #781294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781294

Black with #781294

Text Example


Text Example

White with #781294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781294; }

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

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

background-color css

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

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

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

border-color css

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

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

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