Html Css Color HEX #790770 Purple

📋 copy color: '#790770'

red 121 ◦ green 7 ◦ blue 112

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

Shades of Purple #790770

Tints of Purple #790770

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.92%

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

R = 50.42%
G = 2.92%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#790770 (or 0x790770) is known color: Purple. HEX triplet: 79, 07 and 70. RGB value is (121,7,112). Sum of RGB (Red+Green+Blue) = 121+7+112=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #790770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790770 is #86F88F. Grayscale: #343434. Windows color (decimal): -8845456 or 7341945. OLE color: 7341945.

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

Color convert

RGB 121 7 112 -
CMYK 0 0.94 0.07 0.53
HSL 304.74º 0.89% 0.25% -
HSV(B) 304.74º 0.94% 0.47% -
XYZ 10.89 5.39 15.8 -
YUV 53.06 161.27 176.46 -
System Red Green Blue C M Y K H S L
Decimal 121 7 112 0 0.94 0.07 0.53 304.74 0.89 0.25
Hex 79 7 70 0 5E 7 35 131 59 19
Octal 171 7 160 0 136 7 65 461 131 31
Binary 1111001 111 1110000 0 1011110 111 110101 100110001 1011001 11001

Color Harmonies of #790770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790770

Black with #790770

Text Example


Text Example

White with #790770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790770; }

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

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

background-color css

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

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

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

border-color css

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

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

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