Html Css Color HEX #740579 Purple

📋 copy color: '#740579'

red 116 ◦ green 5 ◦ blue 121

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

Shades of Purple #740579

Tints of Purple #740579

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

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

R = 47.93%
G = 2.07%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#740579 (or 0x740579) is known color: Purple. HEX triplet: 74, 05 and 79. RGB value is (116,5,121). Sum of RGB (Red+Green+Blue) = 116+5+121=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #740579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740579 is #8BFA86. Grayscale: #333333. Windows color (decimal): -9173639 or 7931252. OLE color: 7931252.

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

Color convert

RGB 116 5 121 -
CMYK 0.04 0.96 0 0.53
HSL 297.41º 0.92% 0.25% -
HSV(B) 297.41º 0.96% 0.47% -
XYZ 10.71 5.2 18.53 -
YUV 51.41 167.27 174.07 -
System Red Green Blue C M Y K H S L
Decimal 116 5 121 0.04 0.96 0 0.53 297.41 0.92 0.25
Hex 74 5 79 4 60 0 35 129 5C 19
Octal 164 5 171 4 140 0 65 451 134 31
Binary 1110100 101 1111001 100 1100000 0 110101 100101001 1011100 11001

Color Harmonies of #740579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740579

Black with #740579

Text Example


Text Example

White with #740579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740579; }

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

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

background-color css

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

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

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

border-color css

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

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

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