#733060

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

Shades of Palatinate Purple #733060

Tints of Palatinate Purple #733060

Color information

#733060 (or 0x733060) is unknown color: approx Palatinate Purple. HEX triplet: 73, 30 and 60. RGB value is (115,48,96). Sum of RGB (Red+Green+Blue) = 115+48+96=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #733060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733060 is #8CCF9F. Grayscale: #494949. Windows color (decimal): -9228192 or 6303859. OLE color: 6303859.

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

Color convert

RGB1154896-
CMYK00.580.170.55
HSL317.01º41.1%31.96%-
HSV(B)317.01º58.26%45.1%-
XYZ10.246.611.8-
YUV73.5140.7157.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.40%
GREEN value IS 48 (19.14% from 255) = 18.53%
BLUE value IS 96 (37.89% from 255) = 37.07%
R=44.40%
G=18.53%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115489600.580.170.55317.0141.131.96
Hex73306003A113713d2920
Octal1636014007221674755140
Binary11100111100001100000011101010001110111100111101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733060; }

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

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

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

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

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

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

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

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