#741592

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

Shades of Purple #741592

Tints of Purple #741592

Color information

#741592 (or 0x741592) is unknown color: approx Purple. HEX triplet: 74, 15 and 92. RGB value is (116,21,146). Sum of RGB (Red+Green+Blue) = 116+21+146=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #741592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741592 is #8BEA6D. Grayscale: #3F3F3F. Windows color (decimal): -9169518 or 9573748. OLE color: 9573748.

HSL color Cylindrical-coordinate representation of color #741592: hue angle of 285.6º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741592 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11621146-
CMYK0.210.8600.43
HSL285.6º74.85%32.75%-
HSV(B)285.6º85.62%57.25%-
XYZ12.666.3227.75-
YUV63.66174.47165.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.99%
GREEN value IS 21 (8.59% from 255) = 7.42%
BLUE value IS 146 (57.42% from 255) = 51.59%
R=40.99%
G=7.42%
B=51.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116211460.210.8600.43285.674.8532.75
Hex741592155602B11e4b21
Octal164252222512605343611341
Binary1110100101011001001010101101011001010111000111101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741592; }

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

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

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

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

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

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

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

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