#733965

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

Shades of Palatinate Purple #733965

Tints of Palatinate Purple #733965

Color information

#733965 (or 0x733965) is unknown color: approx Palatinate Purple. HEX triplet: 73, 39 and 65. RGB value is (115,57,101). Sum of RGB (Red+Green+Blue) = 115+57+101=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #733965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733965 is #8CC69A. Grayscale: #4F4F4F. Windows color (decimal): -9225883 or 6633843. OLE color: 6633843.

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

Color convert

RGB11557101-
CMYK00.500.120.55
HSL314.48º33.72%33.73%-
HSV(B)314.48º50.43%45.1%-
XYZ10.887.5113.19-
YUV79.36140.22153.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.12%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 101 (39.84% from 255) = 37.00%
R=42.12%
G=20.88%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155710100.500.120.55314.4833.7233.73
Hex733965032C3713a2222
Octal1637114506214674724242
Binary1110011111001110010101100101100110111100111010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733965; }

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

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

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

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

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

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

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

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