#730A5F

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

Shades of Palatinate Purple #730A5F

Tints of Palatinate Purple #730A5F

Color information

#730A5F (or 0x730A5F) is unknown color: approx Palatinate Purple. HEX triplet: 73, 0A and 5F. RGB value is (115,10,95). Sum of RGB (Red+Green+Blue) = 115+10+95=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #730A5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730A5F is #8CF5A0. Grayscale: #323232. Windows color (decimal): -9237921 or 6228595. OLE color: 6228595.

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

Color convert

RGB1151095-
CMYK00.910.170.55
HSL311.43º84%24.51%-
HSV(B)311.43º91.3%45.1%-
XYZ9.244.6911.24-
YUV51.08152.79173.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.27%
GREEN value IS 10 (4.30% from 255) = 4.55%
BLUE value IS 95 (37.5% from 255) = 43.18%
R=52.27%
G=4.55%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115109500.910.170.55311.438424.51
Hex73A5F05B11371375419
Octal163121370133216746712431
Binary1110011101010111110101101110001110111100110111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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