#731273

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

Shades of Purple #731273

Tints of Purple #731273

Color information

#731273 (or 0x731273) is unknown color: approx Purple. HEX triplet: 73, 12 and 73. RGB value is (115,18,115). Sum of RGB (Red+Green+Blue) = 115+18+115=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #731273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731273 is #8CED8C. Grayscale: #393939. Windows color (decimal): -9235853 or 7541363. OLE color: 7541363.

HSL color Cylindrical-coordinate representation of color #731273: hue angle of 300º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731273 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11518115-
CMYK00.8400.55
HSL300º72.93%26.08%-
HSV(B)300º84.35%45.1%-
XYZ10.385.3216.7-
YUV58.06160.14168.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.37%
GREEN value IS 18 (7.42% from 255) = 7.26%
BLUE value IS 115 (45.31% from 255) = 46.37%
R=46.37%
G=7.26%
B=46.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151811500.8400.5530072.9326.08
Hex73127305403712c491a
Octal16322163012406745411132
Binary1110011100101110011010101000110111100101100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731273; }

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

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

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

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

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

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

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

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