#741581

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

Shades of Purple #741581

Tints of Purple #741581

Color information

#741581 (or 0x741581) is unknown color: approx Purple. HEX triplet: 74, 15 and 81. RGB value is (116,21,129). Sum of RGB (Red+Green+Blue) = 116+21+129=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 129 - color contains mainly: blue. Hex color #741581 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741581 is #8BEA7E. Grayscale: #3D3D3D. Windows color (decimal): -9169535 or 8459636. OLE color: 8459636.

HSL color Cylindrical-coordinate representation of color #741581: hue angle of 292.78º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741581 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11621129-
CMYK0.100.8400.49
HSL292.78º72%29.41%-
HSV(B)292.78º83.72%50.59%-
XYZ11.435.8321.29-
YUV61.72165.97166.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 21 (8.59% from 255) = 7.89%
BLUE value IS 129 (50.78% from 255) = 48.50%
R=43.61%
G=7.89%
B=48.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116211290.100.8400.49292.787229.41
Hex741581A54031125481d
Octal164252011212406144511035
Binary11101001010110000001101010101000110001100100101100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741581; }

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

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

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

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

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

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

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

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