Html Css Color HEX #780598 Dark Magenta

📋 copy color: '#780598'

red 120 ◦ green 5 ◦ blue 152

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

Shades of Dark Magenta #780598

Tints of Dark Magenta #780598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

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

R = 43.32%
G = 1.81%
B = 54.87%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#780598 (or 0x780598) is known color: Dark Magenta. HEX triplet: 78, 05 and 98. RGB value is (120,5,152). Sum of RGB (Red+Green+Blue) = 120+5+152=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #780598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780598 is #87FA67. Grayscale: #373737. Windows color (decimal): -8911464 or 9962872. OLE color: 9962872.

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

Color convert

RGB 120 5 152 -
CMYK 0.21 0.97 0 0.40
HSL 286.94º 0.94% 0.31% -
HSV(B) 286.94º 0.97% 0.6% -
XYZ 13.47 6.37 30.23 -
YUV 56.14 182.1 173.55 -
System Red Green Blue C M Y K H S L
Decimal 120 5 152 0.21 0.97 0 0.40 286.94 0.94 0.31
Hex 78 5 98 15 61 0 28 11F 5E 1F
Octal 170 5 230 25 141 0 50 437 136 37
Binary 1111000 101 10011000 10101 1100001 0 101000 100011111 1011110 11111

Color Harmonies of #780598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780598

Black with #780598

Text Example


Text Example

White with #780598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780598; }

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

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

background-color css

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

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

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

border-color css

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

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

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