Html Css Color HEX #790D93 Dark Magenta

📋 copy color: '#790D93'

red 121 ◦ green 13 ◦ blue 147

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

Shades of Dark Magenta #790D93

Tints of Dark Magenta #790D93

RGB

 RED value IS 121 (47.66% from 255) = 43.06%

 GREEN value IS 13 (5.47% from 255) = 4.63%

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

R = 43.06%
G = 4.63%
B = 52.31%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#790D93 (or 0x790D93) is known color: Dark Magenta. HEX triplet: 79, 0D and 93. RGB value is (121,13,147). Sum of RGB (Red+Green+Blue) = 121+13+147=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #790D93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790D93 is #86F26C. Grayscale: #3C3C3C. Windows color (decimal): -8843885 or 9637241. OLE color: 9637241.

HSL color Cylindrical-coordinate representation of color #790D93: hue angle of 288.36º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #790D93 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 13 147 -
CMYK 0.18 0.91 0 0.42
HSL 288.36º 0.84% 0.31% -
HSV(B) 288.36º 0.91% 0.58% -
XYZ 13.3 6.46 28.15 -
YUV 60.57 176.78 171.1 -
System Red Green Blue C M Y K H S L
Decimal 121 13 147 0.18 0.91 0 0.42 288.36 0.84 0.31
Hex 79 D 93 12 5B 0 2A 120 54 1F
Octal 171 15 223 22 133 0 52 440 124 37
Binary 1111001 1101 10010011 10010 1011011 0 101010 100100000 1010100 11111

Color Harmonies of #790D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790D93

Black with #790D93

Text Example


Text Example

White with #790D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790D93; }

 p { color: rgb(121,13,147); }

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

background-color css

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

 a { background-color: rgb(121,13,147); }

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

border-color css

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

 span { border-color: rgb(121,13,147); }

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