#731285

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

Shades of Purple #731285

Tints of Purple #731285

Color information

#731285 (or 0x731285) is unknown color: approx Purple. HEX triplet: 73, 12 and 85. RGB value is (115,18,133). Sum of RGB (Red+Green+Blue) = 115+18+133=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #731285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731285 is #8CED7A. Grayscale: #3B3B3B. Windows color (decimal): -9235835 or 8721011. OLE color: 8721011.

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

Color convert

RGB11518133-
CMYK0.140.8600.48
HSL290.61º76.16%29.61%-
HSV(B)290.61º86.47%52.16%-
XYZ11.525.7722.7-
YUV60.11169.14167.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.23%
GREEN value IS 18 (7.42% from 255) = 6.77%
BLUE value IS 133 (52.34% from 255) = 50%
R=43.23%
G=6.77%
B=50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115181330.140.8600.48290.6176.1629.61
Hex731285E560301234c1e
Octal163222051612606044311436
Binary11100111001010000101111010101100110000100100011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731285; }

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

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

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

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

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

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

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

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