#731969

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

Shades of Palatinate Purple #731969

Tints of Palatinate Purple #731969

Color information

#731969 (or 0x731969) is unknown color: approx Palatinate Purple. HEX triplet: 73, 19 and 69. RGB value is (115,25,105). Sum of RGB (Red+Green+Blue) = 115+25+105=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #731969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731969 is #8CE696. Grayscale: #3C3C3C. Windows color (decimal): -9234071 or 6887795. OLE color: 6887795.

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

Color convert

RGB11525105-
CMYK00.780.090.55
HSL306.67º64.29%27.45%-
HSV(B)306.67º78.26%45.1%-
XYZ9.975.3613.87-
YUV61.03152.82166.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 25 (10.16% from 255) = 10.20%
BLUE value IS 105 (41.41% from 255) = 42.86%
R=46.94%
G=10.20%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152510500.780.090.55306.6764.2927.45
Hex73196904E937133401b
Octal163311510116116746310033
Binary1110011110011101001010011101001110111100110011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731969; }

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

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

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

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

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

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

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

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