Html Css Color HEX #78029D Dark Magenta

📋 copy color: '#78029D'

red 120 ◦ green 2 ◦ blue 157

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

Shades of Dark Magenta #78029D

Tints of Dark Magenta #78029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 157 (61.72% from 255) = 56.27%

R = 43.01%
G = 0.72%
B = 56.27%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78029D (or 0x78029D) is known color: Dark Magenta. HEX triplet: 78, 02 and 9D. RGB value is (120,2,157). Sum of RGB (Red+Green+Blue) = 120+2+157=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #78029D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78029D is #87FD62. Grayscale: #363636. Windows color (decimal): -8912227 or 10289784. OLE color: 10289784.

HSL color Cylindrical-coordinate representation of color #78029D: hue angle of 285.68º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #78029D is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 2 157 -
CMYK 0.24 0.99 0 0.38
HSL 285.68º 0.97% 0.31% -
HSV(B) 285.68º 0.99% 0.62% -
XYZ 13.85 6.47 32.42 -
YUV 54.95 185.59 174.4 -
System Red Green Blue C M Y K H S L
Decimal 120 2 157 0.24 0.99 0 0.38 285.68 0.97 0.31
Hex 78 2 9D 18 63 0 26 11E 61 1F
Octal 170 2 235 30 143 0 46 436 141 37
Binary 1111000 10 10011101 11000 1100011 0 100110 100011110 1100001 11111

Color Harmonies of #78029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78029D

Black with #78029D

Text Example


Text Example

White with #78029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78029D; }

 p { color: rgb(120,2,157); }

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

background-color css

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

 a { background-color: rgb(120,2,157); }

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

border-color css

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

 span { border-color: rgb(120,2,157); }

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