#733A60

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

Shades of Palatinate Purple #733A60

Tints of Palatinate Purple #733A60

Color information

#733A60 (or 0x733A60) is unknown color: approx Palatinate Purple. HEX triplet: 73, 3A and 60. RGB value is (115,58,96). Sum of RGB (Red+Green+Blue) = 115+58+96=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #733A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733A60 is #8CC59F. Grayscale: #4F4F4F. Windows color (decimal): -9225632 or 6306419. OLE color: 6306419.

HSL color Cylindrical-coordinate representation of color #733A60: hue angle of 320º degrees, saturation: 0.33, 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 #733A60 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1155896-
CMYK00.500.170.55
HSL320º32.95%33.92%-
HSV(B)320º49.57%45.1%-
XYZ10.697.5211.95-
YUV79.38137.38153.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.75%
GREEN value IS 58 (23.05% from 255) = 21.56%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=42.75%
G=21.56%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115589600.500.170.5532032.9533.92
Hex733A6003211371402122
Octal1637214006221675004142
Binary11100111110101100000011001010001110111101000000100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,58,96); }

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

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

 a { background-color: rgb(115,58,96); }

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

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

 span { border-color: rgb(115,58,96); }

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