Html Css Color HEX #790895 Dark Magenta

📋 copy color: '#790895'

red 121 ◦ green 8 ◦ blue 149

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

Shades of Dark Magenta #790895

Tints of Dark Magenta #790895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.88%

 BLUE value IS 149 (58.59% from 255) = 53.6%

R = 43.53%
G = 2.88%
B = 53.6%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#790895 (or 0x790895) is known color: Dark Magenta. HEX triplet: 79, 08 and 95. RGB value is (121,8,149). Sum of RGB (Red+Green+Blue) = 121+8+149=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #790895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790895 is #86F76A. Grayscale: #393939. Windows color (decimal): -8845163 or 9767033. OLE color: 9767033.

HSL color Cylindrical-coordinate representation of color #790895: hue angle of 288.09º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790895 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 8 149 -
CMYK 0.19 0.95 0 0.42
HSL 288.09º 0.9% 0.31% -
HSV(B) 288.09º 0.95% 0.58% -
XYZ 13.4 6.41 28.96 -
YUV 57.86 179.44 173.04 -
System Red Green Blue C M Y K H S L
Decimal 121 8 149 0.19 0.95 0 0.42 288.09 0.9 0.31
Hex 79 8 95 13 5F 0 2A 120 5A 1F
Octal 171 10 225 23 137 0 52 440 132 37
Binary 1111001 1000 10010101 10011 1011111 0 101010 100100000 1011010 11111

Color Harmonies of #790895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790895

Black with #790895

Text Example


Text Example

White with #790895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790895; }

 p { color: rgb(121,8,149); }

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

background-color css

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

 a { background-color: rgb(121,8,149); }

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

border-color css

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

 span { border-color: rgb(121,8,149); }

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