Html Css Color HEX #790074 Purple

📋 copy color: '#790074'

red 121 ◦ green 0 ◦ blue 116

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

Shades of Purple #790074

Tints of Purple #790074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 116 (45.7% from 255) = 48.95%

R = 51.05%
G = 0%
B = 48.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#790074 (or 0x790074) is known color: Purple. HEX triplet: 79, 00 and 74. RGB value is (121,0,116). Sum of RGB (Red+Green+Blue) = 121+0+116=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #790074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790074 is #86FF8B. Grayscale: #313131. Windows color (decimal): -8847244 or 7602297. OLE color: 7602297.

HSL color Cylindrical-coordinate representation of color #790074: hue angle of 302.48º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #790074 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 0 116 -
CMYK 0 1 0.04 0.53
HSL 302.48º 1% 0.24% -
HSV(B) 302.48º 1% 0.47% -
XYZ 11.04 5.33 16.97 -
YUV 49.4 165.59 179.07 -
System Red Green Blue C M Y K H S L
Decimal 121 0 116 0 1 0.04 0.53 302.48 1 0.24
Hex 79 0 74 0 64 4 35 12E 64 18
Octal 171 0 164 0 144 4 65 456 144 30
Binary 1111001 0 1110100 0 1100100 100 110101 100101110 1100100 11000

Color Harmonies of #790074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790074

Black with #790074

Text Example


Text Example

White with #790074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790074; }

 p { color: rgb(121,0,116); }

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

background-color css

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

 a { background-color: rgb(121,0,116); }

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

border-color css

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

 span { border-color: rgb(121,0,116); }

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