#730B58

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

Shades of Palatinate Purple #730B58

Tints of Palatinate Purple #730B58

Color information

#730B58 (or 0x730B58) is unknown color: approx Palatinate Purple. HEX triplet: 73, 0B and 58. RGB value is (115,11,88). Sum of RGB (Red+Green+Blue) = 115+11+88=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #730B58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B58 is #8CF4A7. Grayscale: #323232. Windows color (decimal): -9237672 or 5770099. OLE color: 5770099.

HSL color Cylindrical-coordinate representation of color #730B58: hue angle of 315.58º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730B58 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB1151188-
CMYK00.900.230.55
HSL315.58º82.54%24.71%-
HSV(B)315.58º90.43%45.1%-
XYZ8.954.599.65-
YUV50.87148.96173.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.74%
GREEN value IS 11 (4.69% from 255) = 5.14%
BLUE value IS 88 (34.77% from 255) = 41.12%
R=53.74%
G=5.14%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115118800.900.230.55315.5882.5424.71
Hex73B5805A173713c5319
Octal163131300132276747412331
Binary1110011101110110000101101010111110111100111100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,11,88); }

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

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

 a { background-color: rgb(115,11,88); }

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

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

 span { border-color: rgb(115,11,88); }

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