#741679

Color #741679 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #741679

Tints of Purple #741679

Color information

#741679 (or 0x741679) is unknown color: approx Purple. HEX triplet: 74, 16 and 79. RGB value is (116,22,121). Sum of RGB (Red+Green+Blue) = 116+22+121=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #741679 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741679 is #8BE986. Grayscale: #3D3D3D. Windows color (decimal): -9169287 or 7935604. OLE color: 7935604.

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

Color convert

RGB11622121-
CMYK0.040.8200.53
HSL296.97º69.23%28.04%-
HSV(B)296.97º81.82%47.45%-
XYZ10.945.6718.61-
YUV61.39161.64166.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.79%
GREEN value IS 22 (8.98% from 255) = 8.49%
BLUE value IS 121 (47.66% from 255) = 46.72%
R=44.79%
G=8.49%
B=46.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116221210.040.8200.53296.9769.2328.04
Hex741679452035129451c
Octal16426171412206545110534
Binary111010010110111100110010100100110101100101001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741679; }

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

 H1.HeaderClassName
 {
   color: #741679;
 }
 .AnyTagClassName
 {
   color: #741679;
 }
</style>
background-color css

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

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

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

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

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

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