Html Css Color HEX #790894 Dark Magenta

📋 copy color: '#790894'

red 121 ◦ green 8 ◦ blue 148

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

Shades of Dark Magenta #790894

Tints of Dark Magenta #790894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 53.43%

R = 43.68%
G = 2.89%
B = 53.43%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#790894 (or 0x790894) is known color: Dark Magenta. HEX triplet: 79, 08 and 94. RGB value is (121,8,148). Sum of RGB (Red+Green+Blue) = 121+8+148=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #790894 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790894 is #86F76B. Grayscale: #393939. Windows color (decimal): -8845164 or 9701497. OLE color: 9701497.

HSL color Cylindrical-coordinate representation of color #790894: hue angle of 288.43º 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 #790894 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 8 148 -
CMYK 0.18 0.95 0 0.42
HSL 288.43º 0.9% 0.31% -
HSV(B) 288.43º 0.95% 0.58% -
XYZ 13.32 6.38 28.55 -
YUV 57.75 178.94 173.12 -
System Red Green Blue C M Y K H S L
Decimal 121 8 148 0.18 0.95 0 0.42 288.43 0.9 0.31
Hex 79 8 94 12 5F 0 2A 120 5A 1F
Octal 171 10 224 22 137 0 52 440 132 37
Binary 1111001 1000 10010100 10010 1011111 0 101010 100100000 1011010 11111

Color Harmonies of #790894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790894

Black with #790894

Text Example


Text Example

White with #790894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790894; }

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

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

background-color css

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

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

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

border-color css

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

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

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