#732666

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

Shades of Palatinate Purple #732666

Tints of Palatinate Purple #732666

Color information

#732666 (or 0x732666) is unknown color: approx Palatinate Purple. HEX triplet: 73, 26 and 66. RGB value is (115,38,102). Sum of RGB (Red+Green+Blue) = 115+38+102=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #732666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732666 is #8CD999. Grayscale: #444444. Windows color (decimal): -9230746 or 6694515. OLE color: 6694515.

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

Color convert

RGB11538102-
CMYK00.670.110.55
HSL310.13º50.33%30%-
HSV(B)310.13º66.96%45.1%-
XYZ10.165.9913.19-
YUV68.32147.01161.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.10%
GREEN value IS 38 (15.23% from 255) = 14.90%
BLUE value IS 102 (40.23% from 255) = 40%
R=45.10%
G=14.90%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153810200.670.110.55310.1350.3330
Hex732666043B37136321e
Octal16346146010313674666236
Binary1110011100110110011001000011101111011110011011011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732666; }

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

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

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

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

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

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

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

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