#730A61

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

Shades of Palatinate Purple #730A61

Tints of Palatinate Purple #730A61

Color information

#730A61 (or 0x730A61) is unknown color: approx Palatinate Purple. HEX triplet: 73, 0A and 61. RGB value is (115,10,97). Sum of RGB (Red+Green+Blue) = 115+10+97=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #730A61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730A61 is #8CF59E. Grayscale: #333333. Windows color (decimal): -9237919 or 6359667. OLE color: 6359667.

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

Color convert

RGB1151097-
CMYK00.910.160.55
HSL310.29º84%24.51%-
HSV(B)310.29º91.3%45.1%-
XYZ9.344.7211.73-
YUV51.31153.79173.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.80%
GREEN value IS 10 (4.30% from 255) = 4.50%
BLUE value IS 97 (38.28% from 255) = 43.69%
R=51.80%
G=4.50%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115109700.910.160.55310.298424.51
Hex73A6105B10371365419
Octal163121410133206746612431
Binary1110011101011000010101101110000110111100110110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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