#741F72

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

Shades of Dark Purple #741F72

Tints of Dark Purple #741F72

Color information

#741F72 (or 0x741F72) is unknown color: approx Dark Purple. HEX triplet: 74, 1F and 72. RGB value is (116,31,114). Sum of RGB (Red+Green+Blue) = 116+31+114=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #741F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741F72 is #8BE08D. Grayscale: #414141. Windows color (decimal): -9166990 or 7479156. OLE color: 7479156.

HSL color Cylindrical-coordinate representation of color #741F72: hue angle of 301.41º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #741F72 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11631114-
CMYK00.730.020.55
HSL301.41º57.82%28.82%-
HSV(B)301.41º73.28%45.49%-
XYZ10.735.9116.49-
YUV65.88155.16163.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 31 (12.5% from 255) = 11.88%
BLUE value IS 114 (44.92% from 255) = 43.68%
R=44.44%
G=11.88%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163111400.730.020.55301.4157.8228.82
Hex741F7204923712d3a1d
Octal1643716201112674557235
Binary1110100111111110010010010011011011110010110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,31,114); }

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

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

 a { background-color: rgb(116,31,114); }

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

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

 span { border-color: rgb(116,31,114); }

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