Html Css Color HEX #780393 Dark Magenta

📋 copy color: '#780393'

red 120 ◦ green 3 ◦ blue 147

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

Shades of Dark Magenta #780393

Tints of Dark Magenta #780393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 147 (57.81% from 255) = 54.44%

R = 44.44%
G = 1.11%
B = 54.44%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#780393 (or 0x780393) is known color: Dark Magenta. HEX triplet: 78, 03 and 93. RGB value is (120,3,147). Sum of RGB (Red+Green+Blue) = 120+3+147=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #780393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780393 is #87FC6C. Grayscale: #353535. Windows color (decimal): -8911981 or 9634680. OLE color: 9634680.

HSL color Cylindrical-coordinate representation of color #780393: hue angle of 288.75º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780393 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 3 147 -
CMYK 0.18 0.98 0 0.42
HSL 288.75º 0.96% 0.29% -
HSV(B) 288.75º 0.98% 0.58% -
XYZ 13.04 6.16 28.11 -
YUV 54.4 180.26 174.79 -
System Red Green Blue C M Y K H S L
Decimal 120 3 147 0.18 0.98 0 0.42 288.75 0.96 0.29
Hex 78 3 93 12 62 0 2A 121 60 1D
Octal 170 3 223 22 142 0 52 441 140 35
Binary 1111000 11 10010011 10010 1100010 0 101010 100100001 1100000 11101

Color Harmonies of #780393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780393

Black with #780393

Text Example


Text Example

White with #780393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780393; }

 p { color: rgb(120,3,147); }

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

background-color css

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

 a { background-color: rgb(120,3,147); }

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

border-color css

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

 span { border-color: rgb(120,3,147); }

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