#741482

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

Shades of Purple #741482

Tints of Purple #741482

Color information

#741482 (or 0x741482) is unknown color: approx Purple. HEX triplet: 74, 14 and 82. RGB value is (116,20,130). Sum of RGB (Red+Green+Blue) = 116+20+130=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #741482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741482 is #8BEB7D. Grayscale: #3C3C3C. Windows color (decimal): -9169790 or 8524916. OLE color: 8524916.

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

Color convert

RGB11620130-
CMYK0.110.8500.49
HSL292.36º73.33%29.41%-
HSV(B)292.36º84.62%50.98%-
XYZ11.485.8321.64-
YUV61.24166.8167.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 20 (8.20% from 255) = 7.52%
BLUE value IS 130 (51.17% from 255) = 48.87%
R=43.61%
G=7.52%
B=48.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116201300.110.8500.49292.3673.3329.41
Hex741482B55031124491d
Octal164242021312506144411135
Binary11101001010010000010101110101010110001100100100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741482; }

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

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

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

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

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

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

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

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