#732566

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

Shades of Palatinate Purple #732566

Tints of Palatinate Purple #732566

Color information

#732566 (or 0x732566) is unknown color: approx Palatinate Purple. HEX triplet: 73, 25 and 66. RGB value is (115,37,102). Sum of RGB (Red+Green+Blue) = 115+37+102=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #732566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732566 is #8CDA99. Grayscale: #434343. Windows color (decimal): -9231002 or 6694259. OLE color: 6694259.

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

Color convert

RGB11537102-
CMYK00.680.110.55
HSL310º51.32%29.8%-
HSV(B)310º67.83%45.1%-
XYZ10.135.9313.18-
YUV67.73147.34161.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.28%
GREEN value IS 37 (14.84% from 255) = 14.57%
BLUE value IS 102 (40.23% from 255) = 40.16%
R=45.28%
G=14.57%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153710200.680.110.5531051.3229.8
Hex732566044B37136331e
Octal16345146010413674666336
Binary1110011100101110011001000100101111011110011011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732566; }

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

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

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

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

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

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

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

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