#733366

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

Shades of Palatinate Purple #733366

Tints of Palatinate Purple #733366

Color information

#733366 (or 0x733366) is unknown color: approx Palatinate Purple. HEX triplet: 73, 33 and 66. RGB value is (115,51,102). Sum of RGB (Red+Green+Blue) = 115+51+102=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #733366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733366 is #8CCC99. Grayscale: #4B4B4B. Windows color (decimal): -9227418 or 6697843. OLE color: 6697843.

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

Color convert

RGB11551102-
CMYK00.560.110.55
HSL312.19º38.55%32.55%-
HSV(B)312.19º55.65%45.1%-
XYZ10.656.9713.35-
YUV75.95142.7155.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 51 (20.31% from 255) = 19.03%
BLUE value IS 102 (40.23% from 255) = 38.06%
R=42.91%
G=19.03%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155110200.560.110.55312.1938.5532.55
Hex733366038B371382721
Octal1636314607013674704741
Binary1110011110011110011001110001011110111100111000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733366; }

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

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

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

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

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

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

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

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