#731958

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

Shades of Palatinate Purple #731958

Tints of Palatinate Purple #731958

Color information

#731958 (or 0x731958) is unknown color: approx Palatinate Purple. HEX triplet: 73, 19 and 58. RGB value is (115,25,88). Sum of RGB (Red+Green+Blue) = 115+25+88=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #731958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731958 is #8CE6A7. Grayscale: #3A3A3A. Windows color (decimal): -9234088 or 5773683. OLE color: 5773683.

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

Color convert

RGB1152588-
CMYK00.780.230.55
HSL318º64.29%27.45%-
HSV(B)318º78.26%45.1%-
XYZ9.185.049.72-
YUV59.09144.32167.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.44%
GREEN value IS 25 (10.16% from 255) = 10.96%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=50.44%
G=10.96%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115258800.780.230.5531864.2927.45
Hex73195804E173713e401b
Octal163311300116276747610033
Binary11100111100110110000100111010111110111100111110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731958; }

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

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

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

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

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

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

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

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