#733261

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

Shades of Palatinate Purple #733261

Tints of Palatinate Purple #733261

Color information

#733261 (or 0x733261) is unknown color: approx Palatinate Purple. HEX triplet: 73, 32 and 61. RGB value is (115,50,97). Sum of RGB (Red+Green+Blue) = 115+50+97=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #733261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733261 is #8CCD9E. Grayscale: #4A4A4A. Windows color (decimal): -9227679 or 6369907. OLE color: 6369907.

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

Color convert

RGB1155097-
CMYK00.570.160.55
HSL316.62º39.39%32.35%-
HSV(B)316.62º56.52%45.1%-
XYZ10.376.7912.07-
YUV74.79140.53156.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 50 (19.92% from 255) = 19.08%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=43.89%
G=19.08%
B=37.02%

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
Decimal115509700.570.160.55316.6239.3932.35
Hex733261039103713d2720
Octal1636214107120674754740
Binary11100111100101100001011100110000110111100111101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733261; }

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

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

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

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

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

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

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

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