#733360

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

Shades of Palatinate Purple #733360

Tints of Palatinate Purple #733360

Color information

#733360 (or 0x733360) is unknown color: approx Palatinate Purple. HEX triplet: 73, 33 and 60. RGB value is (115,51,96). Sum of RGB (Red+Green+Blue) = 115+51+96=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #733360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733360 is #8CCC9F. Grayscale: #4B4B4B. Windows color (decimal): -9227424 or 6304627. OLE color: 6304627.

HSL color Cylindrical-coordinate representation of color #733360: hue angle of 317.81º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #733360 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1155196-
CMYK00.560.170.55
HSL317.81º38.55%32.55%-
HSV(B)317.81º55.65%45.1%-
XYZ10.376.8611.84-
YUV75.27139.7156.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=43.89%
G=19.47%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115519600.560.170.55317.8138.5532.55
Hex733360038113713e2721
Octal1636314007021674764741
Binary11100111100111100000011100010001110111100111110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733360; }

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

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

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

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

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

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

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

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