#731272

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

Shades of Purple #731272

Tints of Purple #731272

Color information

#731272 (or 0x731272) is unknown color: approx Purple. HEX triplet: 73, 12 and 72. RGB value is (115,18,114). Sum of RGB (Red+Green+Blue) = 115+18+114=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #731272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731272 is #8CED8D. Grayscale: #393939. Windows color (decimal): -9235854 or 7475827. OLE color: 7475827.

HSL color Cylindrical-coordinate representation of color #731272: hue angle of 300.62º 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 #731272 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11518114-
CMYK00.840.010.55
HSL300.62º72.93%26.08%-
HSV(B)300.62º84.35%45.1%-
XYZ10.325.2916.4-
YUV57.95159.64168.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.56%
GREEN value IS 18 (7.42% from 255) = 7.29%
BLUE value IS 114 (44.92% from 255) = 46.15%
R=46.56%
G=7.29%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151811400.840.010.55300.6272.9326.08
Hex73127205413712d491a
Octal16322162012416745511132
Binary1110011100101110010010101001110111100101101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731272; }

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

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

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

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

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

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

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

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