Html Css Color HEX #780199 Dark Magenta

📋 copy color: '#780199'

red 120 ◦ green 1 ◦ blue 153

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

Shades of Dark Magenta #780199

Tints of Dark Magenta #780199

RGB

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

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

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

R = 43.8%
G = 0.36%
B = 55.84%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#780199 (or 0x780199) is known color: Dark Magenta. HEX triplet: 78, 01 and 99. RGB value is (120,1,153). Sum of RGB (Red+Green+Blue) = 120+1+153=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #780199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780199 is #87FE66. Grayscale: #353535. Windows color (decimal): -8912487 or 10027384. OLE color: 10027384.

HSL color Cylindrical-coordinate representation of color #780199: hue angle of 286.97º 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 #780199 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 1 153 -
CMYK 0.22 0.99 0 0.4
HSL 286.97º 0.99% 0.3% -
HSV(B) 286.97º 0.99% 0.6% -
XYZ 13.51 6.31 30.64 -
YUV 53.91 183.92 175.14 -
System Red Green Blue C M Y K H S L
Decimal 120 1 153 0.22 0.99 0 0.4 286.97 0.99 0.3
Hex 78 1 99 16 63 0 28 11F 63 1E
Octal 170 1 231 26 143 0 50 437 143 36
Binary 1111000 1 10011001 10110 1100011 0 101000 100011111 1100011 11110

Color Harmonies of #780199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780199

Black with #780199

Text Example


Text Example

White with #780199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780199; }

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

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

background-color css

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

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

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

border-color css

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

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

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