#731363

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

Shades of Palatinate Purple #731363

Tints of Palatinate Purple #731363

Color information

#731363 (or 0x731363) is unknown color: approx Palatinate Purple. HEX triplet: 73, 13 and 63. RGB value is (115,19,99). Sum of RGB (Red+Green+Blue) = 115+19+99=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #731363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731363 is #8CEC9C. Grayscale: #383838. Windows color (decimal): -9235613 or 6493043. OLE color: 6493043.

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

Color convert

RGB1151999-
CMYK00.830.140.55
HSL310º71.64%26.27%-
HSV(B)310º83.48%45.1%-
XYZ9.565.0112.27-
YUV56.82151.8169.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.36%
GREEN value IS 19 (7.81% from 255) = 8.15%
BLUE value IS 99 (39.06% from 255) = 42.49%
R=49.36%
G=8.15%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115199900.830.140.5531071.6426.27
Hex731363053E37136481a
Octal163231430123166746611032
Binary1110011100111100011010100111110110111100110110100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731363; }

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

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

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

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

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

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

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

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