#731887

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

Shades of Purple #731887

Tints of Purple #731887

Color information

#731887 (or 0x731887) is unknown color: approx Purple. HEX triplet: 73, 18 and 87. RGB value is (115,24,135). Sum of RGB (Red+Green+Blue) = 115+24+135=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 135 (53.12% from 255 or 49.27% from 274); Max value from RGB is 135 - color contains mainly: blue. Hex color #731887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731887 is #8CE778. Grayscale: #3F3F3F. Windows color (decimal): -9234297 or 8853619. OLE color: 8853619.

HSL color Cylindrical-coordinate representation of color #731887: hue angle of 289.19º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731887 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11524135-
CMYK0.150.8200.47
HSL289.19º69.81%31.18%-
HSV(B)289.19º82.22%52.94%-
XYZ11.776.0523.47-
YUV63.86168.15164.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.97%
GREEN value IS 24 (9.77% from 255) = 8.76%
BLUE value IS 135 (53.12% from 255) = 49.27%
R=41.97%
G=8.76%
B=49.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115241350.150.8200.47289.1969.8131.18
Hex731887F5202F121461f
Octal163302071712205744110637
Binary11100111100010000111111110100100101111100100001100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731887; }

 p { color: rgb(115,24,135); }

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

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

 a { background-color: rgb(115,24,135); }

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

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

 span { border-color: rgb(115,24,135); }

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