#733860

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

Shades of Palatinate Purple #733860

Tints of Palatinate Purple #733860

Color information

#733860 (or 0x733860) is unknown color: approx Palatinate Purple. HEX triplet: 73, 38 and 60. RGB value is (115,56,96). Sum of RGB (Red+Green+Blue) = 115+56+96=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #733860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733860 is #8CC79F. Grayscale: #4E4E4E. Windows color (decimal): -9226144 or 6305907. OLE color: 6305907.

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

Color convert

RGB1155696-
CMYK00.510.170.55
HSL319.32º34.5%33.53%-
HSV(B)319.32º51.3%45.1%-
XYZ10.67.3211.92-
YUV78.2138.05154.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.07%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=43.07%
G=20.97%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115569600.510.170.55319.3234.533.53
Hex733860033113713f2322
Octal1637014006321674774342
Binary11100111110001100000011001110001110111100111111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733860; }

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

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

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

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

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

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

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

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