#741291

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

Shades of Purple #741291

Tints of Purple #741291

Color information

#741291 (or 0x741291) is unknown color: approx Purple. HEX triplet: 74, 12 and 91. RGB value is (116,18,145). Sum of RGB (Red+Green+Blue) = 116+18+145=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #741291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741291 is #8BED6E. Grayscale: #3D3D3D. Windows color (decimal): -9170287 or 9507444. OLE color: 9507444.

HSL color Cylindrical-coordinate representation of color #741291: hue angle of 286.3º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741291 is Cyan = 0.2, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11618145-
CMYK0.20.8800.43
HSL286.3º77.91%31.96%-
HSV(B)286.3º87.59%56.86%-
XYZ12.536.1927.32-
YUV61.78174.97166.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 18 (7.42% from 255) = 6.45%
BLUE value IS 145 (57.03% from 255) = 51.97%
R=41.58%
G=6.45%
B=51.97%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116181450.20.8800.43286.377.9131.96
Hex741291145802B11e4e20
Octal164222212413005343611640
Binary1110100100101001000110100101100001010111000111101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741291; }

 p { color: rgb(116,18,145); }

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

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

 a { background-color: rgb(116,18,145); }

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

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

 span { border-color: rgb(116,18,145); }

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