Html Css Color HEX #790DA3 Dark Magenta

📋 copy color: '#790DA3'

red 121 ◦ green 13 ◦ blue 163

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

Shades of Dark Magenta #790DA3

Tints of Dark Magenta #790DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 54.88%

R = 40.74%
G = 4.38%
B = 54.88%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#790DA3 (or 0x790DA3) is known color: Dark Magenta. HEX triplet: 79, 0D and A3. RGB value is (121,13,163). Sum of RGB (Red+Green+Blue) = 121+13+163=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 163 (64.06% from 255 or 54.88% from 297); Max value from RGB is 163 - color contains mainly: blue. Hex color #790DA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790DA3 is #86F25C. Grayscale: #3D3D3D. Windows color (decimal): -8843869 or 10685817. OLE color: 10685817.

HSL color Cylindrical-coordinate representation of color #790DA3: hue angle of 283.2º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #790DA3 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 121 13 163 -
CMYK 0.26 0.92 0 0.36
HSL 283.2º 0.85% 0.35% -
HSV(B) 283.2º 0.92% 0.64% -
XYZ 14.64 7 35.23 -
YUV 62.39 184.78 169.8 -
System Red Green Blue C M Y K H S L
Decimal 121 13 163 0.26 0.92 0 0.36 283.2 0.85 0.35
Hex 79 D A3 1A 5C 0 24 11B 55 23
Octal 171 15 243 32 134 0 44 433 125 43
Binary 1111001 1101 10100011 11010 1011100 0 100100 100011011 1010101 100011

Color Harmonies of #790DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790DA3

Black with #790DA3

Text Example


Text Example

White with #790DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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