Html Css Color HEX #781499 Dark Magenta

📋 copy color: '#781499'

red 120 ◦ green 20 ◦ blue 153

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

Shades of Dark Magenta #781499

Tints of Dark Magenta #781499

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.83%

 BLUE value IS 153 (60.16% from 255) = 52.22%

R = 40.96%
G = 6.83%
B = 52.22%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#781499 (or 0x781499) is known color: Dark Magenta. HEX triplet: 78, 14 and 99. RGB value is (120,20,153). Sum of RGB (Red+Green+Blue) = 120+20+153=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #781499 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781499 is #87EB66. Grayscale: #404040. Windows color (decimal): -8907623 or 10032248. OLE color: 10032248.

HSL color Cylindrical-coordinate representation of color #781499: hue angle of 285.11º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781499 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 20 153 -
CMYK 0.22 0.87 0 0.4
HSL 285.11º 0.77% 0.34% -
HSV(B) 285.11º 0.87% 0.6% -
XYZ 13.75 6.79 30.72 -
YUV 65.06 177.63 167.19 -
System Red Green Blue C M Y K H S L
Decimal 120 20 153 0.22 0.87 0 0.4 285.11 0.77 0.34
Hex 78 14 99 16 57 0 28 11D 4D 22
Octal 170 24 231 26 127 0 50 435 115 42
Binary 1111000 10100 10011001 10110 1010111 0 101000 100011101 1001101 100010

Color Harmonies of #781499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781499

Black with #781499

Text Example


Text Example

White with #781499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781499; }

 p { color: rgb(120,20,153); }

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

background-color css

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

 a { background-color: rgb(120,20,153); }

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

border-color css

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

 span { border-color: rgb(120,20,153); }

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