#731369

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

Shades of Palatinate Purple #731369

Tints of Palatinate Purple #731369

Color information

#731369 (or 0x731369) is unknown color: approx Palatinate Purple. HEX triplet: 73, 13 and 69. RGB value is (115,19,105). Sum of RGB (Red+Green+Blue) = 115+19+105=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #731369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731369 is #8CEC96. Grayscale: #393939. Windows color (decimal): -9235607 or 6886259. OLE color: 6886259.

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

Color convert

RGB11519105-
CMYK00.830.090.55
HSL306.25º71.64%26.27%-
HSV(B)306.25º83.48%45.1%-
XYZ9.855.1313.84-
YUV57.51154.8169.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.12%
GREEN value IS 19 (7.81% from 255) = 7.95%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=48.12%
G=7.95%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151910500.830.090.55306.2571.6426.27
Hex731369053937132481a
Octal163231510123116746211032
Binary1110011100111101001010100111001110111100110010100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731369; }

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

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

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

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

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

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

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

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