Html Css Color HEX #781298 Dark Magenta

📋 copy color: '#781298'

red 120 ◦ green 18 ◦ blue 152

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

Shades of Dark Magenta #781298

Tints of Dark Magenta #781298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.21%

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

R = 41.38%
G = 6.21%
B = 52.41%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#781298 (or 0x781298) is known color: Dark Magenta. HEX triplet: 78, 12 and 98. RGB value is (120,18,152). Sum of RGB (Red+Green+Blue) = 120+18+152=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #781298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781298 is #87ED67. Grayscale: #3F3F3F. Windows color (decimal): -8908136 or 9966200. OLE color: 9966200.

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

Color convert

RGB 120 18 152 -
CMYK 0.21 0.88 0 0.40
HSL 285.67º 0.79% 0.33% -
HSV(B) 285.67º 0.88% 0.6% -
XYZ 13.63 6.69 30.28 -
YUV 63.77 177.79 168.1 -
System Red Green Blue C M Y K H S L
Decimal 120 18 152 0.21 0.88 0 0.40 285.67 0.79 0.33
Hex 78 12 98 15 58 0 28 11E 4F 21
Octal 170 22 230 25 130 0 50 436 117 41
Binary 1111000 10010 10011000 10101 1011000 0 101000 100011110 1001111 100001

Color Harmonies of #781298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781298

Black with #781298

Text Example


Text Example

White with #781298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781298; }

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

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

background-color css

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

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

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

border-color css

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

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

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