#733B6A

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

Shades of Palatinate Purple #733B6A

Tints of Palatinate Purple #733B6A

Color information

#733B6A (or 0x733B6A) is unknown color: approx Palatinate Purple. HEX triplet: 73, 3B and 6A. RGB value is (115,59,106). Sum of RGB (Red+Green+Blue) = 115+59+106=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #733B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733B6A is #8CC495. Grayscale: #505050. Windows color (decimal): -9225366 or 6962035. OLE color: 6962035.

HSL color Cylindrical-coordinate representation of color #733B6A: hue angle of 309.64º 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 #733B6A is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB11559106-
CMYK00.490.080.55
HSL309.64º32.18%34.12%-
HSV(B)309.64º48.7%45.1%-
XYZ11.247.8114.55-
YUV81.1142.05152.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.07%
GREEN value IS 59 (23.44% from 255) = 21.07%
BLUE value IS 106 (41.80% from 255) = 37.86%
R=41.07%
G=21.07%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155910600.490.080.55309.6432.1834.12
Hex733B6A0318371362022
Octal1637315206110674664042
Binary1110011111011110101001100011000110111100110110100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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