#731961

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

Shades of Palatinate Purple #731961

Tints of Palatinate Purple #731961

Color information

#731961 (or 0x731961) is unknown color: approx Palatinate Purple. HEX triplet: 73, 19 and 61. RGB value is (115,25,97). Sum of RGB (Red+Green+Blue) = 115+25+97=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #731961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731961 is #8CE69E. Grayscale: #3B3B3B. Windows color (decimal): -9234079 or 6363507. OLE color: 6363507.

HSL color Cylindrical-coordinate representation of color #731961: hue angle of 312º 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 #731961 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1152597-
CMYK00.780.160.55
HSL312º64.29%27.45%-
HSV(B)312º78.26%45.1%-
XYZ9.585.211.81-
YUV60.12148.82167.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.52%
GREEN value IS 25 (10.16% from 255) = 10.55%
BLUE value IS 97 (38.28% from 255) = 40.93%
R=48.52%
G=10.55%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115259700.780.160.5531264.2927.45
Hex73196104E1037138401b
Octal163311410116206747010033
Binary11100111100111000010100111010000110111100111000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731961; }

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

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

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

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

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

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

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

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