#731082

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

Shades of Purple #731082

Tints of Purple #731082

Color information

#731082 (or 0x731082) is unknown color: approx Purple. HEX triplet: 73, 10 and 82. RGB value is (115,16,130). Sum of RGB (Red+Green+Blue) = 115+16+130=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #731082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731082 is #8CEF7D. Grayscale: #3A3A3A. Windows color (decimal): -9236350 or 8523891. OLE color: 8523891.

HSL color Cylindrical-coordinate representation of color #731082: hue angle of 292.11º 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 #731082 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11516130-
CMYK0.120.8800.49
HSL292.11º78.08%28.63%-
HSV(B)292.11º87.69%50.98%-
XYZ11.285.6321.61-
YUV58.6168.3168.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 16 (6.64% from 255) = 6.13%
BLUE value IS 130 (51.17% from 255) = 49.81%
R=44.06%
G=6.13%
B=49.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115161300.120.8800.49292.1178.0828.63
Hex731082C580311244e1d
Octal163202021413006144411635
Binary11100111000010000010110010110000110001100100100100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731082; }

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

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

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

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

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

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

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

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