Html Css Color HEX #78019A Dark Magenta

📋 copy color: '#78019A'

red 120 ◦ green 1 ◦ blue 154

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

Shades of Dark Magenta #78019A

Tints of Dark Magenta #78019A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 154 (60.55% from 255) = 56%

R = 43.64%
G = 0.36%
B = 56%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#78019A (or 0x78019A) is known color: Dark Magenta. HEX triplet: 78, 01 and 9A. RGB value is (120,1,154). Sum of RGB (Red+Green+Blue) = 120+1+154=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #78019A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78019A is #87FE65. Grayscale: #353535. Windows color (decimal): -8912486 or 10092920. OLE color: 10092920.

HSL color Cylindrical-coordinate representation of color #78019A: hue angle of 286.67º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #78019A is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 1 154 -
CMYK 0.22 0.99 0 0.40
HSL 286.67º 0.99% 0.3% -
HSV(B) 286.67º 0.99% 0.6% -
XYZ 13.59 6.35 31.08 -
YUV 54.02 184.42 175.06 -
System Red Green Blue C M Y K H S L
Decimal 120 1 154 0.22 0.99 0 0.40 286.67 0.99 0.3
Hex 78 1 9A 16 63 0 28 11F 63 1E
Octal 170 1 232 26 143 0 50 437 143 36
Binary 1111000 1 10011010 10110 1100011 0 101000 100011111 1100011 11110

Color Harmonies of #78019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78019A

Black with #78019A

Text Example


Text Example

White with #78019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78019A; }

 p { color: rgb(120,1,154); }

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

background-color css

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

 a { background-color: rgb(120,1,154); }

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

border-color css

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

 span { border-color: rgb(120,1,154); }

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