Html Css Color HEX #740979 Purple

📋 copy color: '#740979'

red 116 ◦ green 9 ◦ blue 121

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

Shades of Purple #740979

Tints of Purple #740979

RGB

 RED value IS 116 (45.7% from 255) = 47.15%

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

 BLUE value IS 121 (47.66% from 255) = 49.19%

R = 47.15%
G = 3.66%
B = 49.19%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#740979 (or 0x740979) is known color: Purple. HEX triplet: 74, 09 and 79. RGB value is (116,9,121). Sum of RGB (Red+Green+Blue) = 116+9+121=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #740979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740979 is #8BF686. Grayscale: #353535. Windows color (decimal): -9172615 or 7932276. OLE color: 7932276.

HSL color Cylindrical-coordinate representation of color #740979: hue angle of 297.32º 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 #740979 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 9 121 -
CMYK 0.04 0.93 0 0.53
HSL 297.32º 0.86% 0.25% -
HSV(B) 297.32º 0.93% 0.47% -
XYZ 10.75 5.29 18.54 -
YUV 53.76 165.95 172.39 -
System Red Green Blue C M Y K H S L
Decimal 116 9 121 0.04 0.93 0 0.53 297.32 0.86 0.25
Hex 74 9 79 4 5D 0 35 129 56 19
Octal 164 11 171 4 135 0 65 451 126 31
Binary 1110100 1001 1111001 100 1011101 0 110101 100101001 1010110 11001

Color Harmonies of #740979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740979

Black with #740979

Text Example


Text Example

White with #740979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740979; }

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

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

background-color css

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

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

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

border-color css

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

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

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