#733165

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

Shades of Palatinate Purple #733165

Tints of Palatinate Purple #733165

Color information

#733165 (or 0x733165) is unknown color: approx Palatinate Purple. HEX triplet: 73, 31 and 65. RGB value is (115,49,101). Sum of RGB (Red+Green+Blue) = 115+49+101=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #733165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733165 is #8CCE9A. Grayscale: #4A4A4A. Windows color (decimal): -9227931 or 6631795. OLE color: 6631795.

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

Color convert

RGB11549101-
CMYK00.570.120.55
HSL312.73º40.24%32.16%-
HSV(B)312.73º57.39%45.1%-
XYZ10.526.7813.07-
YUV74.66142.87156.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 49 (19.53% from 255) = 18.49%
BLUE value IS 101 (39.84% from 255) = 38.11%
R=43.40%
G=18.49%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154910100.570.120.55312.7340.2432.16
Hex733165039C371392820
Octal1636114507114674715040
Binary1110011110001110010101110011100110111100111001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733165; }

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

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

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

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

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

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

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

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