#733161

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

Shades of Palatinate Purple #733161

Tints of Palatinate Purple #733161

Color information

#733161 (or 0x733161) is unknown color: approx Palatinate Purple. HEX triplet: 73, 31 and 61. RGB value is (115,49,97). Sum of RGB (Red+Green+Blue) = 115+49+97=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #733161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733161 is #8CCE9E. Grayscale: #4A4A4A. Windows color (decimal): -9227935 or 6369651. OLE color: 6369651.

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

Color convert

RGB1154997-
CMYK00.570.160.55
HSL316.36º40.24%32.16%-
HSV(B)316.36º57.39%45.1%-
XYZ10.336.712.06-
YUV74.21140.87157.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 97 (38.28% from 255) = 37.16%
R=44.06%
G=18.77%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115499700.570.160.55316.3640.2432.16
Hex733161039103713c2820
Octal1636114107120674745040
Binary11100111100011100001011100110000110111100111100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733161; }

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

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

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

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

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

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

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

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