#731058

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

Shades of Palatinate Purple #731058

Tints of Palatinate Purple #731058

Color information

#731058 (or 0x731058) is unknown color: approx Palatinate Purple. HEX triplet: 73, 10 and 58. RGB value is (115,16,88). Sum of RGB (Red+Green+Blue) = 115+16+88=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #731058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731058 is #8CEFA7. Grayscale: #353535. Windows color (decimal): -9236392 or 5771379. OLE color: 5771379.

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

Color convert

RGB1151688-
CMYK00.860.230.55
HSL316.36º75.57%25.69%-
HSV(B)316.36º86.09%45.1%-
XYZ9.024.729.67-
YUV53.81147.3171.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.51%
GREEN value IS 16 (6.64% from 255) = 7.31%
BLUE value IS 88 (34.77% from 255) = 40.18%
R=52.51%
G=7.31%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115168800.860.230.55316.3675.5725.69
Hex731058056173713c4c1a
Octal163201300126276747411432
Binary11100111000010110000101011010111110111100111100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731058; }

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

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

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

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

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

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

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

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