Html Css Color HEX #741979 Dark Purple

📋 copy color: '#741979'

red 116 ◦ green 25 ◦ blue 121

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

Shades of Dark Purple #741979

Tints of Dark Purple #741979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.54%

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

R = 44.27%
G = 9.54%
B = 46.18%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#741979 (or 0x741979) is known color: Dark Purple. HEX triplet: 74, 19 and 79. RGB value is (116,25,121). Sum of RGB (Red+Green+Blue) = 116+25+121=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #741979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741979 is #8BE686. Grayscale: #3E3E3E. Windows color (decimal): -9168519 or 7936372. OLE color: 7936372.

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

Color convert

RGB 116 25 121 -
CMYK 0.04 0.79 0 0.53
HSL 296.88º 0.66% 0.29% -
HSV(B) 296.88º 0.79% 0.47% -
XYZ 11 5.79 18.63 -
YUV 63.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 116 25 121 0.04 0.79 0 0.53 296.88 0.66 0.29
Hex 74 19 79 4 4F 0 35 129 42 1D
Octal 164 31 171 4 117 0 65 451 102 35
Binary 1110100 11001 1111001 100 1001111 0 110101 100101001 1000010 11101

Color Harmonies of #741979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741979

Black with #741979

Text Example


Text Example

White with #741979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741979; }

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

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

background-color css

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

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

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

border-color css

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

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

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