Html Css Color HEX #791592 Dark Magenta

📋 copy color: '#791592'

red 121 ◦ green 21 ◦ blue 146

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

Shades of Dark Magenta #791592

Tints of Dark Magenta #791592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.29%

 BLUE value IS 146 (57.42% from 255) = 50.69%

R = 42.01%
G = 7.29%
B = 50.69%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#791592 (or 0x791592) is known color: Dark Magenta. HEX triplet: 79, 15 and 92. RGB value is (121,21,146). Sum of RGB (Red+Green+Blue) = 121+21+146=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #791592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791592 is #86EA6D. Grayscale: #404040. Windows color (decimal): -8841838 or 9573753. OLE color: 9573753.

HSL color Cylindrical-coordinate representation of color #791592: hue angle of 288º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #791592 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 21 146 -
CMYK 0.17 0.86 0 0.43
HSL 288º 0.75% 0.33% -
HSV(B) 288º 0.86% 0.57% -
XYZ 13.34 6.68 27.78 -
YUV 65.15 173.63 167.84 -
System Red Green Blue C M Y K H S L
Decimal 121 21 146 0.17 0.86 0 0.43 288 0.75 0.33
Hex 79 15 92 11 56 0 2B 120 4B 21
Octal 171 25 222 21 126 0 53 440 113 41
Binary 1111001 10101 10010010 10001 1010110 0 101011 100100000 1001011 100001

Color Harmonies of #791592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791592

Black with #791592

Text Example


Text Example

White with #791592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791592; }

 p { color: rgb(121,21,146); }

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

background-color css

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

 a { background-color: rgb(121,21,146); }

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

border-color css

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

 span { border-color: rgb(121,21,146); }

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