#733569

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

Shades of Palatinate Purple #733569

Tints of Palatinate Purple #733569

Color information

#733569 (or 0x733569) is unknown color: approx Palatinate Purple. HEX triplet: 73, 35 and 69. RGB value is (115,53,105). Sum of RGB (Red+Green+Blue) = 115+53+105=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #733569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733569 is #8CCA96. Grayscale: #4D4D4D. Windows color (decimal): -9226903 or 6894963. OLE color: 6894963.

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

Color convert

RGB11553105-
CMYK00.540.090.55
HSL309.68º36.9%32.94%-
HSV(B)309.68º53.91%45.1%-
XYZ10.897.2114.18-
YUV77.47143.54154.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.12%
GREEN value IS 53 (21.09% from 255) = 19.41%
BLUE value IS 105 (41.41% from 255) = 38.46%
R=42.12%
G=19.41%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155310500.540.090.55309.6836.932.94
Hex7335690369371362521
Octal1636515106611674664541
Binary1110011110101110100101101101001110111100110110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733569; }

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

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

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

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

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

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

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

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