#741082

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

Shades of Purple #741082

Tints of Purple #741082

Color information

#741082 (or 0x741082) is unknown color: approx Purple. HEX triplet: 74, 10 and 82. RGB value is (116,16,130). Sum of RGB (Red+Green+Blue) = 116+16+130=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #741082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741082 is #8BEF7D. Grayscale: #3A3A3A. Windows color (decimal): -9170814 or 8523892. OLE color: 8523892.

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

Color convert

RGB11616130-
CMYK0.110.8800.49
HSL292.63º78.08%28.63%-
HSV(B)292.63º87.69%50.98%-
XYZ11.425.721.62-
YUV58.9168.13168.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.27%
GREEN value IS 16 (6.64% from 255) = 6.11%
BLUE value IS 130 (51.17% from 255) = 49.62%
R=44.27%
G=6.11%
B=49.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116161300.110.8800.49292.6378.0828.63
Hex741082B580311254e1d
Octal164202021313006144511635
Binary11101001000010000010101110110000110001100100101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741082; }

 p { color: rgb(116,16,130); }

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

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

 a { background-color: rgb(116,16,130); }

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

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

 span { border-color: rgb(116,16,130); }

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