Html Css Color HEX #780998 Dark Magenta

📋 copy color: '#780998'

red 120 ◦ green 9 ◦ blue 152

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

Shades of Dark Magenta #780998

Tints of Dark Magenta #780998

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.2%

 BLUE value IS 152 (59.77% from 255) = 54.09%

R = 42.7%
G = 3.2%
B = 54.09%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#780998 (or 0x780998) is known color: Dark Magenta. HEX triplet: 78, 09 and 98. RGB value is (120,9,152). Sum of RGB (Red+Green+Blue) = 120+9+152=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #780998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780998 is #87F667. Grayscale: #3A3A3A. Windows color (decimal): -8910440 or 9963896. OLE color: 9963896.

HSL color Cylindrical-coordinate representation of color #780998: hue angle of 286.57º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780998 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 9 152 -
CMYK 0.21 0.94 0 0.40
HSL 286.57º 0.89% 0.32% -
HSV(B) 286.57º 0.94% 0.6% -
XYZ 13.51 6.46 30.24 -
YUV 58.49 180.77 171.87 -
System Red Green Blue C M Y K H S L
Decimal 120 9 152 0.21 0.94 0 0.40 286.57 0.89 0.32
Hex 78 9 98 15 5E 0 28 11F 59 20
Octal 170 11 230 25 136 0 50 437 131 40
Binary 1111000 1001 10011000 10101 1011110 0 101000 100011111 1011001 100000

Color Harmonies of #780998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780998

Black with #780998

Text Example


Text Example

White with #780998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780998; }

 p { color: rgb(120,9,152); }

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

background-color css

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

 a { background-color: rgb(120,9,152); }

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

border-color css

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

 span { border-color: rgb(120,9,152); }

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