#731297

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

Shades of Purple #731297

Tints of Purple #731297

Color information

#731297 (or 0x731297) is unknown color: approx Purple. HEX triplet: 73, 12 and 97. RGB value is (115,18,151). Sum of RGB (Red+Green+Blue) = 115+18+151=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #731297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731297 is #8CED68. Grayscale: #3D3D3D. Windows color (decimal): -9235817 or 9900659. OLE color: 9900659.

HSL color Cylindrical-coordinate representation of color #731297: hue angle of 283.76º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731297 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11518151-
CMYK0.240.8800.41
HSL283.76º78.7%33.14%-
HSV(B)283.76º88.08%59.22%-
XYZ12.876.3129.82-
YUV62.16178.14165.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.49%
GREEN value IS 18 (7.42% from 255) = 6.34%
BLUE value IS 151 (59.38% from 255) = 53.17%
R=40.49%
G=6.34%
B=53.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal115181510.240.8800.41283.7678.733.14
Hex731297185802911c4f21
Octal163222273013005143411741
Binary1110011100101001011111000101100001010011000111001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731297; }

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

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

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

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

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

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

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

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