Html Css Color HEX #741379 Purple

📋 copy color: '#741379'

red 116 ◦ green 19 ◦ blue 121

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

Shades of Purple #741379

Tints of Purple #741379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.42%

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

R = 45.31%
G = 7.42%
B = 47.27%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#741379 (or 0x741379) is known color: Purple. HEX triplet: 74, 13 and 79. RGB value is (116,19,121). Sum of RGB (Red+Green+Blue) = 116+19+121=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #741379 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741379 is #8BEC86. Grayscale: #3B3B3B. Windows color (decimal): -9170055 or 7934836. OLE color: 7934836.

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

Color convert

RGB 116 19 121 -
CMYK 0.04 0.84 0 0.53
HSL 297.06º 0.73% 0.27% -
HSV(B) 297.06º 0.84% 0.47% -
XYZ 10.89 5.56 18.59 -
YUV 59.63 162.64 168.21 -
System Red Green Blue C M Y K H S L
Decimal 116 19 121 0.04 0.84 0 0.53 297.06 0.73 0.27
Hex 74 13 79 4 54 0 35 129 49 1B
Octal 164 23 171 4 124 0 65 451 111 33
Binary 1110100 10011 1111001 100 1010100 0 110101 100101001 1001001 11011

Color Harmonies of #741379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741379

Black with #741379

Text Example


Text Example

White with #741379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741379; }

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

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

background-color css

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

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

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

border-color css

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

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

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