#741676

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

Shades of Dark Purple #741676

Tints of Dark Purple #741676

Color information

#741676 (or 0x741676) is unknown color: approx Dark Purple. HEX triplet: 74, 16 and 76. RGB value is (116,22,118). Sum of RGB (Red+Green+Blue) = 116+22+118=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #741676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741676 is #8BE989. Grayscale: #3C3C3C. Windows color (decimal): -9169290 or 7738996. OLE color: 7738996.

HSL color Cylindrical-coordinate representation of color #741676: hue angle of 298.75º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #741676 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11622118-
CMYK0.020.8100.54
HSL298.75º68.57%27.45%-
HSV(B)298.75º81.36%46.27%-
XYZ10.765.5917.65-
YUV61.05160.14167.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 22 (8.98% from 255) = 8.59%
BLUE value IS 118 (46.48% from 255) = 46.09%
R=45.31%
G=8.59%
B=46.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116221180.020.8100.54298.7568.5727.45
Hex74167625103612b451b
Octal16426166212106645310533
Binary11101001011011101101010100010110110100101011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741676; }

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

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

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

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

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

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

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

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