Html Css Color HEX #78129F Dark Magenta

📋 copy color: '#78129F'

red 120 ◦ green 18 ◦ blue 159

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

Shades of Dark Magenta #78129F

Tints of Dark Magenta #78129F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.54%

R = 40.4%
G = 6.06%
B = 53.54%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78129F (or 0x78129F) is known color: Dark Magenta. HEX triplet: 78, 12 and 9F. RGB value is (120,18,159). Sum of RGB (Red+Green+Blue) = 120+18+159=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #78129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78129F is #87ED60. Grayscale: #404040. Windows color (decimal): -8908129 or 10424952. OLE color: 10424952.

HSL color Cylindrical-coordinate representation of color #78129F: hue angle of 283.4º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78129F is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 18 159 -
CMYK 0.25 0.89 0 0.38
HSL 283.4º 0.8% 0.35% -
HSV(B) 283.4º 0.89% 0.62% -
XYZ 14.22 6.93 33.39 -
YUV 64.57 181.29 167.54 -
System Red Green Blue C M Y K H S L
Decimal 120 18 159 0.25 0.89 0 0.38 283.4 0.8 0.35
Hex 78 12 9F 19 59 0 26 11B 50 23
Octal 170 22 237 31 131 0 46 433 120 43
Binary 1111000 10010 10011111 11001 1011001 0 100110 100011011 1010000 100011

Color Harmonies of #78129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78129F

Black with #78129F

Text Example


Text Example

White with #78129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78129F; }

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

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

background-color css

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

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

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

border-color css

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

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

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