#732663

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

Shades of Palatinate Purple #732663

Tints of Palatinate Purple #732663

Color information

#732663 (or 0x732663) is unknown color: approx Palatinate Purple. HEX triplet: 73, 26 and 63. RGB value is (115,38,99). Sum of RGB (Red+Green+Blue) = 115+38+99=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #732663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732663 is #8CD99C. Grayscale: #434343. Windows color (decimal): -9230749 or 6497907. OLE color: 6497907.

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

Color convert

RGB1153899-
CMYK00.670.140.55
HSL312.47º50.33%30%-
HSV(B)312.47º66.96%45.1%-
XYZ10.025.9312.42-
YUV67.98145.51161.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 38 (15.23% from 255) = 15.08%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=45.63%
G=15.08%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115389900.670.140.55312.4750.3330
Hex732663043E37138321e
Octal16346143010316674706236
Binary1110011100110110001101000011111011011110011100011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732663; }

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

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

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

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

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

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

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

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