#741371

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

Shades of Dark Purple #741371

Tints of Dark Purple #741371

Color information

#741371 (or 0x741371) is unknown color: approx Dark Purple. HEX triplet: 74, 13 and 71. RGB value is (116,19,113). Sum of RGB (Red+Green+Blue) = 116+19+113=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #741371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741371 is #8BEC8E. Grayscale: #3A3A3A. Windows color (decimal): -9170063 or 7410548. OLE color: 7410548.

HSL color Cylindrical-coordinate representation of color #741371: hue angle of 301.86º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741371 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11619113-
CMYK00.840.030.55
HSL301.86º71.85%26.47%-
HSV(B)301.86º83.62%45.49%-
XYZ10.425.3716.11-
YUV58.72158.64168.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.77%
GREEN value IS 19 (7.81% from 255) = 7.66%
BLUE value IS 113 (44.53% from 255) = 45.56%
R=46.77%
G=7.66%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161911300.840.030.55301.8671.8526.47
Hex74137105433712e481a
Octal16423161012436745611032
Binary11101001001111100010101010011110111100101110100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741371; }

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

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

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

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

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

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

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

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