#732563

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

Shades of Palatinate Purple #732563

Tints of Palatinate Purple #732563

Color information

#732563 (or 0x732563) is unknown color: approx Palatinate Purple. HEX triplet: 73, 25 and 63. RGB value is (115,37,99). Sum of RGB (Red+Green+Blue) = 115+37+99=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #732563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732563 is #8CDA9C. Grayscale: #434343. Windows color (decimal): -9231005 or 6497651. OLE color: 6497651.

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

Color convert

RGB1153799-
CMYK00.680.140.55
HSL312.31º51.32%29.8%-
HSV(B)312.31º67.83%45.1%-
XYZ9.985.8712.41-
YUV67.39145.84161.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.82%
GREEN value IS 37 (14.84% from 255) = 14.74%
BLUE value IS 99 (39.06% from 255) = 39.44%
R=45.82%
G=14.74%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115379900.680.140.55312.3151.3229.8
Hex732563044E37138331e
Octal16345143010416674706336
Binary1110011100101110001101000100111011011110011100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732563; }

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

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

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

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

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

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

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

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