#732064

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

Shades of Palatinate Purple #732064

Tints of Palatinate Purple #732064

Color information

#732064 (or 0x732064) is unknown color: approx Palatinate Purple. HEX triplet: 73, 20 and 64. RGB value is (115,32,100). Sum of RGB (Red+Green+Blue) = 115+32+100=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #732064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732064 is #8CDF9B. Grayscale: #404040. Windows color (decimal): -9232284 or 6561907. OLE color: 6561907.

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

Color convert

RGB11532100-
CMYK00.720.130.55
HSL310.84º56.46%28.82%-
HSV(B)310.84º72.17%45.1%-
XYZ9.895.612.62-
YUV64.57148163.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.56%
GREEN value IS 32 (12.89% from 255) = 12.96%
BLUE value IS 100 (39.45% from 255) = 40.49%
R=46.56%
G=12.96%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153210000.720.130.55310.8456.4628.82
Hex732064048D37137381d
Octal16340144011015674677035
Binary1110011100000110010001001000110111011110011011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732064; }

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

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

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

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

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

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

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

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