Html Css Color HEX #790692 Dark Magenta

📋 copy color: '#790692'

red 121 ◦ green 6 ◦ blue 146

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

Shades of Dark Magenta #790692

Tints of Dark Magenta #790692

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

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

R = 44.32%
G = 2.2%
B = 53.48%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#790692 (or 0x790692) is known color: Dark Magenta. HEX triplet: 79, 06 and 92. RGB value is (121,6,146). Sum of RGB (Red+Green+Blue) = 121+6+146=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #790692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790692 is #86F96D. Grayscale: #373737. Windows color (decimal): -8845678 or 9569913. OLE color: 9569913.

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

Color convert

RGB 121 6 146 -
CMYK 0.17 0.96 0 0.43
HSL 289.29º 0.92% 0.3% -
HSV(B) 289.29º 0.96% 0.57% -
XYZ 13.14 6.27 27.71 -
YUV 56.35 178.6 174.12 -
System Red Green Blue C M Y K H S L
Decimal 121 6 146 0.17 0.96 0 0.43 289.29 0.92 0.3
Hex 79 6 92 11 60 0 2B 121 5C 1E
Octal 171 6 222 21 140 0 53 441 134 36
Binary 1111001 110 10010010 10001 1100000 0 101011 100100001 1011100 11110

Color Harmonies of #790692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790692

Black with #790692

Text Example


Text Example

White with #790692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790692; }

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

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

background-color css

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

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

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

border-color css

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

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

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