#731286

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

Shades of Purple #731286

Tints of Purple #731286

Color information

#731286 (or 0x731286) is unknown color: approx Purple. HEX triplet: 73, 12 and 86. RGB value is (115,18,134). Sum of RGB (Red+Green+Blue) = 115+18+134=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #731286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731286 is #8CED79. Grayscale: #3B3B3B. Windows color (decimal): -9235834 or 8786547. OLE color: 8786547.

HSL color Cylindrical-coordinate representation of color #731286: hue angle of 290.17º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731286 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11518134-
CMYK0.140.8700.47
HSL290.17º76.32%29.8%-
HSV(B)290.17º86.57%52.55%-
XYZ11.595.823.06-
YUV60.23169.64167.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.07%
GREEN value IS 18 (7.42% from 255) = 6.74%
BLUE value IS 134 (52.73% from 255) = 50.19%
R=43.07%
G=6.74%
B=50.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115181340.140.8700.47290.1776.3229.8
Hex731286E5702F1224c1e
Octal163222061612705744211436
Binary11100111001010000110111010101110101111100100010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731286; }

 p { color: rgb(115,18,134); }

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

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

 a { background-color: rgb(115,18,134); }

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

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

 span { border-color: rgb(115,18,134); }

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