#730D5B

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

Shades of Palatinate Purple #730D5B

Tints of Palatinate Purple #730D5B

Color information

#730D5B (or 0x730D5B) is unknown color: approx Palatinate Purple. HEX triplet: 73, 0D and 5B. RGB value is (115,13,91). Sum of RGB (Red+Green+Blue) = 115+13+91=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #730D5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730D5B is #8CF2A4. Grayscale: #343434. Windows color (decimal): -9237157 or 5967219. OLE color: 5967219.

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

Color convert

RGB1151391-
CMYK00.890.210.55
HSL314.12º79.69%25.1%-
HSV(B)314.12º88.7%45.1%-
XYZ9.14.6910.32-
YUV52.39149.79172.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.51%
GREEN value IS 13 (5.47% from 255) = 5.94%
BLUE value IS 91 (35.94% from 255) = 41.55%
R=52.51%
G=5.94%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115139100.890.210.55314.1279.6925.1
Hex73D5B059153713a5019
Octal163151330131256747212031
Binary1110011110110110110101100110101110111100111010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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