#732664

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

Shades of Palatinate Purple #732664

Tints of Palatinate Purple #732664

Color information

#732664 (or 0x732664) is unknown color: approx Palatinate Purple. HEX triplet: 73, 26 and 64. RGB value is (115,38,100). Sum of RGB (Red+Green+Blue) = 115+38+100=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #732664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732664 is #8CD99B. Grayscale: #434343. Windows color (decimal): -9230748 or 6563443. OLE color: 6563443.

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

Color convert

RGB11538100-
CMYK00.670.130.55
HSL311.69º50.33%30%-
HSV(B)311.69º66.96%45.1%-
XYZ10.065.9512.67-
YUV68.09146.01161.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.45%
GREEN value IS 38 (15.23% from 255) = 15.02%
BLUE value IS 100 (39.45% from 255) = 39.53%
R=45.45%
G=15.02%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153810000.670.130.55311.6950.3330
Hex732664043D37138321e
Octal16346144010315674706236
Binary1110011100110110010001000011110111011110011100011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732664; }

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

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

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

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

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

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

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

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