Html Css Color HEX #78019B Dark Magenta

📋 copy color: '#78019B'

red 120 ◦ green 1 ◦ blue 155

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

Shades of Dark Magenta #78019B

Tints of Dark Magenta #78019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.16%

R = 43.48%
G = 0.36%
B = 56.16%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78019B (or 0x78019B) is known color: Dark Magenta. HEX triplet: 78, 01 and 9B. RGB value is (120,1,155). Sum of RGB (Red+Green+Blue) = 120+1+155=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #78019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78019B is #87FE64. Grayscale: #353535. Windows color (decimal): -8912485 or 10158456. OLE color: 10158456.

HSL color Cylindrical-coordinate representation of color #78019B: hue angle of 286.36º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #78019B is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 1 155 -
CMYK 0.23 0.99 0 0.39
HSL 286.36º 0.99% 0.31% -
HSV(B) 286.36º 0.99% 0.61% -
XYZ 13.67 6.38 31.52 -
YUV 54.14 184.92 174.98 -
System Red Green Blue C M Y K H S L
Decimal 120 1 155 0.23 0.99 0 0.39 286.36 0.99 0.31
Hex 78 1 9B 17 63 0 27 11E 63 1F
Octal 170 1 233 27 143 0 47 436 143 37
Binary 1111000 1 10011011 10111 1100011 0 100111 100011110 1100011 11111

Color Harmonies of #78019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78019B

Black with #78019B

Text Example


Text Example

White with #78019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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