#741C76

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

Shades of Dark Purple #741C76

Tints of Dark Purple #741C76

Color information

#741C76 (or 0x741C76) is unknown color: approx Dark Purple. HEX triplet: 74, 1C and 76. RGB value is (116,28,118). Sum of RGB (Red+Green+Blue) = 116+28+118=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #741C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741C76 is #8BE389. Grayscale: #404040. Windows color (decimal): -9167754 or 7740532. OLE color: 7740532.

HSL color Cylindrical-coordinate representation of color #741C76: hue angle of 298.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #741C76 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11628118-
CMYK0.020.7600.54
HSL298.67º61.64%28.63%-
HSV(B)298.67º76.27%46.27%-
XYZ10.895.8517.7-
YUV64.57158.15164.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.27%
GREEN value IS 28 (11.33% from 255) = 10.69%
BLUE value IS 118 (46.48% from 255) = 45.04%
R=44.27%
G=10.69%
B=45.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116281180.020.7600.54298.6761.6428.63
Hex741C7624C03612b3e1d
Octal1643416621140664537635
Binary1110100111001110110101001100011011010010101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741C76; }

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

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

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

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

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

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

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

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