#741887

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

Shades of Purple #741887

Tints of Purple #741887

Color information

#741887 (or 0x741887) is unknown color: approx Purple. HEX triplet: 74, 18 and 87. RGB value is (116,24,135). Sum of RGB (Red+Green+Blue) = 116+24+135=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #741887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741887 is #8BE778. Grayscale: #3F3F3F. Windows color (decimal): -9168761 or 8853620. OLE color: 8853620.

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

Color convert

RGB11624135-
CMYK0.140.8200.47
HSL289.73º69.81%31.18%-
HSV(B)289.73º82.22%52.94%-
XYZ11.96.1223.47-
YUV64.16167.98164.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.18%
GREEN value IS 24 (9.77% from 255) = 8.73%
BLUE value IS 135 (53.12% from 255) = 49.09%
R=42.18%
G=8.73%
B=49.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116241350.140.8200.47289.7369.8131.18
Hex741887E5202F122461f
Octal164302071612205744210637
Binary11101001100010000111111010100100101111100100010100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741887; }

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

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

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

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

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

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

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

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