#731964

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

Shades of Palatinate Purple #731964

Tints of Palatinate Purple #731964

Color information

#731964 (or 0x731964) is unknown color: approx Palatinate Purple. HEX triplet: 73, 19 and 64. RGB value is (115,25,100). Sum of RGB (Red+Green+Blue) = 115+25+100=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #731964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731964 is #8CE69B. Grayscale: #3C3C3C. Windows color (decimal): -9234076 or 6560115. OLE color: 6560115.

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

Color convert

RGB11525100-
CMYK00.780.130.55
HSL310º64.29%27.45%-
HSV(B)310º78.26%45.1%-
XYZ9.725.2612.56-
YUV60.46150.32166.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.92%
GREEN value IS 25 (10.16% from 255) = 10.42%
BLUE value IS 100 (39.45% from 255) = 41.67%
R=47.92%
G=10.42%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152510000.780.130.5531064.2927.45
Hex73196404ED37136401b
Octal163311440116156746610033
Binary1110011110011100100010011101101110111100110110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731964; }

 p { color: rgb(115,25,100); }

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

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

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

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

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

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

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