#730A64

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

Shades of Palatinate Purple #730A64

Tints of Palatinate Purple #730A64

Color information

#730A64 (or 0x730A64) is unknown color: approx Palatinate Purple. HEX triplet: 73, 0A and 64. RGB value is (115,10,100). Sum of RGB (Red+Green+Blue) = 115+10+100=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #730A64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730A64 is #8CF59B. Grayscale: #333333. Windows color (decimal): -9237916 or 6556275. OLE color: 6556275.

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

Color convert

RGB11510100-
CMYK00.910.130.55
HSL308.57º84%24.51%-
HSV(B)308.57º91.3%45.1%-
XYZ9.484.7812.48-
YUV51.65155.29173.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.11%
GREEN value IS 10 (4.30% from 255) = 4.44%
BLUE value IS 100 (39.45% from 255) = 44.44%
R=51.11%
G=4.44%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151010000.910.130.55308.578424.51
Hex73A6405BD371355419
Octal163121440133156746512431
Binary111001110101100100010110111101110111100110101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,10,100); }

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

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

 a { background-color: rgb(115,10,100); }

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

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

 span { border-color: rgb(115,10,100); }

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