#731458

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

Shades of Palatinate Purple #731458

Tints of Palatinate Purple #731458

Color information

#731458 (or 0x731458) is unknown color: approx Palatinate Purple. HEX triplet: 73, 14 and 58. RGB value is (115,20,88). Sum of RGB (Red+Green+Blue) = 115+20+88=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #731458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731458 is #8CEBA7. Grayscale: #373737. Windows color (decimal): -9235368 or 5772403. OLE color: 5772403.

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

Color convert

RGB1152088-
CMYK00.830.230.55
HSL317.05º70.37%26.47%-
HSV(B)317.05º82.61%45.1%-
XYZ9.084.859.69-
YUV56.16145.97169.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.57%
GREEN value IS 20 (8.20% from 255) = 8.97%
BLUE value IS 88 (34.77% from 255) = 39.46%
R=51.57%
G=8.97%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115208800.830.230.55317.0570.3726.47
Hex731458053173713d461a
Octal163241300123276747510632
Binary11100111010010110000101001110111110111100111101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731458; }

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

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

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

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

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

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

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

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