#730D68

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

Shades of Palatinate Purple #730D68

Tints of Palatinate Purple #730D68

Color information

#730D68 (or 0x730D68) is unknown color: approx Palatinate Purple. HEX triplet: 73, 0D and 68. RGB value is (115,13,104). Sum of RGB (Red+Green+Blue) = 115+13+104=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #730D68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730D68 is #8CF297. Grayscale: #353535. Windows color (decimal): -9237144 or 6819187. OLE color: 6819187.

HSL color Cylindrical-coordinate representation of color #730D68: hue angle of 306.47º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #730D68 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB11513104-
CMYK00.890.100.55
HSL306.47º79.69%25.1%-
HSV(B)306.47º88.7%45.1%-
XYZ9.714.9313.54-
YUV53.87156.29171.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.57%
GREEN value IS 13 (5.47% from 255) = 5.60%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=49.57%
G=5.60%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151310400.890.100.55306.4779.6925.1
Hex73D68059A371325019
Octal163151500131126746212031
Binary111001111011101000010110011010110111100110010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730D68; }

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

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

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

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

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

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

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

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