#731086

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

Shades of Purple #731086

Tints of Purple #731086

Color information

#731086 (or 0x731086) is unknown color: approx Purple. HEX triplet: 73, 10 and 86. RGB value is (115,16,134). Sum of RGB (Red+Green+Blue) = 115+16+134=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #731086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731086 is #8CEF79. Grayscale: #3A3A3A. Windows color (decimal): -9236346 or 8786035. OLE color: 8786035.

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

Color convert

RGB11516134-
CMYK0.140.8800.47
HSL290.34º78.67%29.41%-
HSV(B)290.34º88.06%52.55%-
XYZ11.565.7423.05-
YUV59.05170.3167.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 16 (6.64% from 255) = 6.04%
BLUE value IS 134 (52.73% from 255) = 50.57%
R=43.40%
G=6.04%
B=50.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115161340.140.8800.47290.3478.6729.41
Hex731086E5802F1224f1d
Octal163202061613005744211735
Binary11100111000010000110111010110000101111100100010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731086; }

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

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

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

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

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

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

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

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