#731663

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

Shades of Palatinate Purple #731663

Tints of Palatinate Purple #731663

Color information

#731663 (or 0x731663) is unknown color: approx Palatinate Purple. HEX triplet: 73, 16 and 63. RGB value is (115,22,99). Sum of RGB (Red+Green+Blue) = 115+22+99=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #731663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731663 is #8CE99C. Grayscale: #3A3A3A. Windows color (decimal): -9234845 or 6493811. OLE color: 6493811.

HSL color Cylindrical-coordinate representation of color #731663: hue angle of 310.32º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #731663 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB1152299-
CMYK00.810.140.55
HSL310.32º67.88%26.86%-
HSV(B)310.32º80.87%45.1%-
XYZ9.615.1212.29-
YUV58.58150.81168.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.73%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 99 (39.06% from 255) = 41.95%
R=48.73%
G=9.32%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115229900.810.140.55310.3267.8826.86
Hex731663051E37136441b
Octal163261430121166746610433
Binary1110011101101100011010100011110110111100110110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731663; }

 p { color: rgb(115,22,99); }

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

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

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

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

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

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

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