Html Css Color HEX #780899 Dark Magenta

📋 copy color: '#780899'

red 120 ◦ green 8 ◦ blue 153

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

Shades of Dark Magenta #780899

Tints of Dark Magenta #780899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.85%

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

R = 42.7%
G = 2.85%
B = 54.45%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#780899 (or 0x780899) is known color: Dark Magenta. HEX triplet: 78, 08 and 99. RGB value is (120,8,153). Sum of RGB (Red+Green+Blue) = 120+8+153=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #780899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780899 is #87F766. Grayscale: #393939. Windows color (decimal): -8910695 or 10029176. OLE color: 10029176.

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

Color convert

RGB 120 8 153 -
CMYK 0.22 0.95 0 0.4
HSL 286.34º 0.9% 0.32% -
HSV(B) 286.34º 0.95% 0.6% -
XYZ 13.58 6.47 30.67 -
YUV 58.02 181.61 172.21 -
System Red Green Blue C M Y K H S L
Decimal 120 8 153 0.22 0.95 0 0.4 286.34 0.9 0.32
Hex 78 8 99 16 5F 0 28 11E 5A 20
Octal 170 10 231 26 137 0 50 436 132 40
Binary 1111000 1000 10011001 10110 1011111 0 101000 100011110 1011010 100000

Color Harmonies of #780899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780899

Black with #780899

Text Example


Text Example

White with #780899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780899; }

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

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

background-color css

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

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

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

border-color css

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

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

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