#733365

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

Shades of Palatinate Purple #733365

Tints of Palatinate Purple #733365

Color information

#733365 (or 0x733365) is unknown color: approx Palatinate Purple. HEX triplet: 73, 33 and 65. RGB value is (115,51,101). Sum of RGB (Red+Green+Blue) = 115+51+101=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #733365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733365 is #8CCC9A. Grayscale: #4B4B4B. Windows color (decimal): -9227419 or 6632307. OLE color: 6632307.

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

Color convert

RGB11551101-
CMYK00.560.120.55
HSL313.12º38.55%32.55%-
HSV(B)313.12º55.65%45.1%-
XYZ10.66.9513.09-
YUV75.84142.2155.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.07%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 101 (39.84% from 255) = 37.83%
R=43.07%
G=19.10%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155110100.560.120.55313.1238.5532.55
Hex733365038C371392721
Octal1636314507014674714741
Binary1110011110011110010101110001100110111100111001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733365; }

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

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

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

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

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

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

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

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