#730D63

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

Shades of Palatinate Purple #730D63

Tints of Palatinate Purple #730D63

Color information

#730D63 (or 0x730D63) is unknown color: approx Palatinate Purple. HEX triplet: 73, 0D and 63. RGB value is (115,13,99). Sum of RGB (Red+Green+Blue) = 115+13+99=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #730D63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730D63 is #8CF29C. Grayscale: #353535. Windows color (decimal): -9237149 or 6491507. OLE color: 6491507.

HSL color Cylindrical-coordinate representation of color #730D63: hue angle of 309.41º 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 #730D63 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB1151399-
CMYK00.890.140.55
HSL309.41º79.69%25.1%-
HSV(B)309.41º88.7%45.1%-
XYZ9.474.8312.24-
YUV53.3153.79172.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 13 (5.47% from 255) = 5.73%
BLUE value IS 99 (39.06% from 255) = 43.61%
R=50.66%
G=5.73%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115139900.890.140.55309.4179.6925.1
Hex73D63059E371355019
Octal163151430131166746512031
Binary111001111011100011010110011110110111100110101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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