Html Css Color HEX #78009D Dark Magenta

📋 copy color: '#78009D'

red 120 ◦ green 0 ◦ blue 157

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

Shades of Dark Magenta #78009D

Tints of Dark Magenta #78009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.32%
G = 0%
B = 56.68%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78009D (or 0x78009D) is known color: Dark Magenta. HEX triplet: 78, 00 and 9D. RGB value is (120,0,157). Sum of RGB (Red+Green+Blue) = 120+0+157=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #78009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78009D is #87FF62. Grayscale: #353535. Windows color (decimal): -8912739 or 10289272. OLE color: 10289272.

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

Color convert

RGB 120 0 157 -
CMYK 0.24 1 0 0.38
HSL 285.86º 1% 0.31% -
HSV(B) 285.86º 1% 0.62% -
XYZ 13.83 6.43 32.41 -
YUV 53.78 186.26 175.23 -
System Red Green Blue C M Y K H S L
Decimal 120 0 157 0.24 1 0 0.38 285.86 1 0.31
Hex 78 0 9D 18 64 0 26 11E 64 1F
Octal 170 0 235 30 144 0 46 436 144 37
Binary 1111000 0 10011101 11000 1100100 0 100110 100011110 1100100 11111

Color Harmonies of #78009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78009D

Black with #78009D

Text Example


Text Example

White with #78009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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