Html Css Color HEX #790970 Purple

📋 copy color: '#790970'

red 121 ◦ green 9 ◦ blue 112

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

Shades of Purple #790970

Tints of Purple #790970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.72%

 BLUE value IS 112 (44.14% from 255) = 46.28%

R = 50%
G = 3.72%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#790970 (or 0x790970) is known color: Purple. HEX triplet: 79, 09 and 70. RGB value is (121,9,112). Sum of RGB (Red+Green+Blue) = 121+9+112=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #790970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790970 is #86F68F. Grayscale: #353535. Windows color (decimal): -8844944 or 7342457. OLE color: 7342457.

HSL color Cylindrical-coordinate representation of color #790970: hue angle of 304.82º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790970 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 9 112 -
CMYK 0 0.93 0.07 0.53
HSL 304.82º 0.86% 0.25% -
HSV(B) 304.82º 0.93% 0.47% -
XYZ 10.91 5.43 15.8 -
YUV 54.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 121 9 112 0 0.93 0.07 0.53 304.82 0.86 0.25
Hex 79 9 70 0 5D 7 35 131 56 19
Octal 171 11 160 0 135 7 65 461 126 31
Binary 1111001 1001 1110000 0 1011101 111 110101 100110001 1010110 11001

Color Harmonies of #790970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790970

Black with #790970

Text Example


Text Example

White with #790970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790970; }

 p { color: rgb(121,9,112); }

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

background-color css

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

 a { background-color: rgb(121,9,112); }

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

border-color css

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

 span { border-color: rgb(121,9,112); }

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