#733B61

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

Shades of Palatinate Purple #733B61

Tints of Palatinate Purple #733B61

Color information

#733B61 (or 0x733B61) is unknown color: approx Palatinate Purple. HEX triplet: 73, 3B and 61. RGB value is (115,59,97). Sum of RGB (Red+Green+Blue) = 115+59+97=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #733B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733B61 is #8CC49E. Grayscale: #4F4F4F. Windows color (decimal): -9225375 or 6372211. OLE color: 6372211.

HSL color Cylindrical-coordinate representation of color #733B61: hue angle of 319.29º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #733B61 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1155997-
CMYK00.490.160.55
HSL319.29º32.18%34.12%-
HSV(B)319.29º48.7%45.1%-
XYZ10.797.6412.21-
YUV80.08137.55152.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.44%
GREEN value IS 59 (23.44% from 255) = 21.77%
BLUE value IS 97 (38.28% from 255) = 35.79%
R=42.44%
G=21.77%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115599700.490.160.55319.2932.1834.12
Hex733B61031103713f2022
Octal1637314106120674774042
Binary11100111110111100001011000110000110111100111111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733B61; }

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

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

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

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

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

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

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

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