#741D77

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

Shades of Dark Purple #741D77

Tints of Dark Purple #741D77

Color information

#741D77 (or 0x741D77) is unknown color: approx Dark Purple. HEX triplet: 74, 1D and 77. RGB value is (116,29,119). Sum of RGB (Red+Green+Blue) = 116+29+119=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #741D77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741D77 is #8BE288. Grayscale: #414141. Windows color (decimal): -9167497 or 7806324. OLE color: 7806324.

HSL color Cylindrical-coordinate representation of color #741D77: hue angle of 298º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #741D77 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11629119-
CMYK0.030.7600.53
HSL298º60.81%29.02%-
HSV(B)298º75.63%46.67%-
XYZ10.975.9218.02-
YUV65.27158.32164.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.94%
GREEN value IS 29 (11.72% from 255) = 10.98%
BLUE value IS 119 (46.88% from 255) = 45.08%
R=43.94%
G=10.98%
B=45.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116291190.030.7600.5329860.8129.02
Hex741D7734C03512a3d1d
Octal1643516731140654527535
Binary1110100111011110111111001100011010110010101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,29,119); }

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

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

 a { background-color: rgb(116,29,119); }

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

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

 span { border-color: rgb(116,29,119); }

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