#730A65

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

Shades of Palatinate Purple #730A65

Tints of Palatinate Purple #730A65

Color information

#730A65 (or 0x730A65) is unknown color: approx Palatinate Purple. HEX triplet: 73, 0A and 65. RGB value is (115,10,101). Sum of RGB (Red+Green+Blue) = 115+10+101=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #730A65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730A65 is #8CF59A. Grayscale: #333333. Windows color (decimal): -9237915 or 6621811. OLE color: 6621811.

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

Color convert

RGB11510101-
CMYK00.910.120.55
HSL308º84%24.51%-
HSV(B)308º91.3%45.1%-
XYZ9.534.812.74-
YUV51.77155.79173.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.88%
GREEN value IS 10 (4.30% from 255) = 4.42%
BLUE value IS 101 (39.84% from 255) = 44.69%
R=50.88%
G=4.42%
B=44.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151010100.910.120.553088424.51
Hex73A6505BC371345419
Octal163121450133146746412431
Binary111001110101100101010110111100110111100110100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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