#732564

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

Shades of Palatinate Purple #732564

Tints of Palatinate Purple #732564

Color information

#732564 (or 0x732564) is unknown color: approx Palatinate Purple. HEX triplet: 73, 25 and 64. RGB value is (115,37,100). Sum of RGB (Red+Green+Blue) = 115+37+100=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #732564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732564 is #8CDA9B. Grayscale: #434343. Windows color (decimal): -9231004 or 6563187. OLE color: 6563187.

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

Color convert

RGB11537100-
CMYK00.680.130.55
HSL311.54º51.32%29.8%-
HSV(B)311.54º67.83%45.1%-
XYZ10.035.8912.66-
YUV67.5146.34161.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 37 (14.84% from 255) = 14.68%
BLUE value IS 100 (39.45% from 255) = 39.68%
R=45.63%
G=14.68%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153710000.680.130.55311.5451.3229.8
Hex732564044D37138331e
Octal16345144010415674706336
Binary1110011100101110010001000100110111011110011100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732564; }

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

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

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

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

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

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

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

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