Html Css Color HEX #741179 Purple

📋 copy color: '#741179'

red 116 ◦ green 17 ◦ blue 121

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

Shades of Purple #741179

Tints of Purple #741179

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.69%

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

R = 45.67%
G = 6.69%
B = 47.64%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#741179 (or 0x741179) is known color: Purple. HEX triplet: 74, 11 and 79. RGB value is (116,17,121). Sum of RGB (Red+Green+Blue) = 116+17+121=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 121 - color contains mainly: blue. Hex color #741179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741179 is #8BEE86. Grayscale: #3A3A3A. Windows color (decimal): -9170567 or 7934324. OLE color: 7934324.

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

Color convert

RGB 116 17 121 -
CMYK 0.04 0.86 0 0.53
HSL 297.12º 0.75% 0.27% -
HSV(B) 297.12º 0.86% 0.47% -
XYZ 10.85 5.49 18.58 -
YUV 58.46 163.3 169.04 -
System Red Green Blue C M Y K H S L
Decimal 116 17 121 0.04 0.86 0 0.53 297.12 0.75 0.27
Hex 74 11 79 4 56 0 35 129 4B 1B
Octal 164 21 171 4 126 0 65 451 113 33
Binary 1110100 10001 1111001 100 1010110 0 110101 100101001 1001011 11011

Color Harmonies of #741179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741179

Black with #741179

Text Example


Text Example

White with #741179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741179; }

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

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

background-color css

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

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

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

border-color css

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

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

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