#741587

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

Shades of Purple #741587

Tints of Purple #741587

Color information

#741587 (or 0x741587) is unknown color: approx Purple. HEX triplet: 74, 15 and 87. RGB value is (116,21,135). Sum of RGB (Red+Green+Blue) = 116+21+135=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #741587 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741587 is #8BEA78. Grayscale: #3E3E3E. Windows color (decimal): -9169529 or 8852852. OLE color: 8852852.

HSL color Cylindrical-coordinate representation of color #741587: hue angle of 290º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741587 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11621135-
CMYK0.140.8400.47
HSL290º73.08%30.59%-
HSV(B)290º84.44%52.94%-
XYZ11.84623.46-
YUV62.4168.97166.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.65%
GREEN value IS 21 (8.59% from 255) = 7.72%
BLUE value IS 135 (53.12% from 255) = 49.63%
R=42.65%
G=7.72%
B=49.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116211350.140.8400.4729073.0830.59
Hex741587E5402F122491f
Octal164252071612405744211137
Binary11101001010110000111111010101000101111100100010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741587; }

 p { color: rgb(116,21,135); }

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

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

 a { background-color: rgb(116,21,135); }

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

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

 span { border-color: rgb(116,21,135); }

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