#730D62

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

Shades of Palatinate Purple #730D62

Tints of Palatinate Purple #730D62

Color information

#730D62 (or 0x730D62) is unknown color: approx Palatinate Purple. HEX triplet: 73, 0D and 62. RGB value is (115,13,98). Sum of RGB (Red+Green+Blue) = 115+13+98=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #730D62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730D62 is #8CF29D. Grayscale: #343434. Windows color (decimal): -9237150 or 6425971. OLE color: 6425971.

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

Color convert

RGB1151398-
CMYK00.890.150.55
HSL310º79.69%25.1%-
HSV(B)310º88.7%45.1%-
XYZ9.424.8111.99-
YUV53.19153.29172.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.88%
GREEN value IS 13 (5.47% from 255) = 5.75%
BLUE value IS 98 (38.67% from 255) = 43.36%
R=50.88%
G=5.75%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115139800.890.150.5531079.6925.1
Hex73D62059F371365019
Octal163151420131176746612031
Binary111001111011100010010110011111110111100110110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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