#733565

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

Shades of Palatinate Purple #733565

Tints of Palatinate Purple #733565

Color information

#733565 (or 0x733565) is unknown color: approx Palatinate Purple. HEX triplet: 73, 35 and 65. RGB value is (115,53,101). Sum of RGB (Red+Green+Blue) = 115+53+101=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #733565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733565 is #8CCA9A. Grayscale: #4C4C4C. Windows color (decimal): -9226907 or 6632819. OLE color: 6632819.

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

Color convert

RGB11553101-
CMYK00.540.120.55
HSL313.55º36.9%32.94%-
HSV(B)313.55º53.91%45.1%-
XYZ10.697.1313.12-
YUV77.01141.54155.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.75%
GREEN value IS 53 (21.09% from 255) = 19.70%
BLUE value IS 101 (39.84% from 255) = 37.55%
R=42.75%
G=19.70%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155310100.540.120.55313.5536.932.94
Hex733565036C3713a2521
Octal1636514506614674724541
Binary1110011110101110010101101101100110111100111010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733565; }

 p { color: rgb(115,53,101); }

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

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

 a { background-color: rgb(115,53,101); }

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

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

 span { border-color: rgb(115,53,101); }

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