#741D71

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

Shades of Dark Purple #741D71

Tints of Dark Purple #741D71

Color information

#741D71 (or 0x741D71) is unknown color: approx Dark Purple. HEX triplet: 74, 1D and 71. RGB value is (116,29,113). Sum of RGB (Red+Green+Blue) = 116+29+113=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #741D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741D71 is #8BE28E. Grayscale: #404040. Windows color (decimal): -9167503 or 7413108. OLE color: 7413108.

HSL color Cylindrical-coordinate representation of color #741D71: hue angle of 302.07º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #741D71 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11629113-
CMYK00.750.030.55
HSL302.07º60%28.43%-
HSV(B)302.07º75%45.49%-
XYZ10.625.7816.18-
YUV64.59155.32164.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.96%
GREEN value IS 29 (11.72% from 255) = 11.24%
BLUE value IS 113 (44.53% from 255) = 43.80%
R=44.96%
G=11.24%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1162911300.750.030.55302.076028.43
Hex741D7104B33712e3c1c
Octal1643516101133674567434
Binary1110100111011110001010010111111011110010111011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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