#733868

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

Shades of Palatinate Purple #733868

Tints of Palatinate Purple #733868

Color information

#733868 (or 0x733868) is unknown color: approx Palatinate Purple. HEX triplet: 73, 38 and 68. RGB value is (115,56,104). Sum of RGB (Red+Green+Blue) = 115+56+104=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #733868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733868 is #8CC797. Grayscale: #4E4E4E. Windows color (decimal): -9226136 or 6830195. OLE color: 6830195.

HSL color Cylindrical-coordinate representation of color #733868: hue angle of 311.19º 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 #733868 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB11556104-
CMYK00.510.100.55
HSL311.19º34.5%33.53%-
HSV(B)311.19º51.3%45.1%-
XYZ10.987.4713.96-
YUV79.11142.05153.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.82%
GREEN value IS 56 (22.27% from 255) = 20.36%
BLUE value IS 104 (41.02% from 255) = 37.82%
R=41.82%
G=20.36%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155610400.510.100.55311.1934.533.53
Hex733868033A371372322
Octal1637015006312674674342
Binary1110011111000110100001100111010110111100110111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733868; }

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

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

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

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

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

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

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

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