#730963

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

Shades of Palatinate Purple #730963

Tints of Palatinate Purple #730963

Color information

#730963 (or 0x730963) is unknown color: approx Palatinate Purple. HEX triplet: 73, 09 and 63. RGB value is (115,9,99). Sum of RGB (Red+Green+Blue) = 115+9+99=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #730963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730963 is #8CF69C. Grayscale: #323232. Windows color (decimal): -9238173 or 6490483. OLE color: 6490483.

HSL color Cylindrical-coordinate representation of color #730963: hue angle of 309.06º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730963 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB115999-
CMYK00.920.140.55
HSL309.06º85.48%24.31%-
HSV(B)309.06º92.17%45.1%-
XYZ9.424.7412.22-
YUV50.95155.12173.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.57%
GREEN value IS 9 (3.91% from 255) = 4.04%
BLUE value IS 99 (39.06% from 255) = 44.39%
R=51.57%
G=4.04%
B=44.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11599900.920.140.55309.0685.4824.31
Hex7396305CE371355518
Octal163111430134166746512530
Binary111001110011100011010111001110110111100110101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730963; }

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

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

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

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

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

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

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

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