#731869

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

Shades of Palatinate Purple #731869

Tints of Palatinate Purple #731869

Color information

#731869 (or 0x731869) is unknown color: approx Palatinate Purple. HEX triplet: 73, 18 and 69. RGB value is (115,24,105). Sum of RGB (Red+Green+Blue) = 115+24+105=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #731869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731869 is #8CE796. Grayscale: #3C3C3C. Windows color (decimal): -9234327 or 6887539. OLE color: 6887539.

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

Color convert

RGB11524105-
CMYK00.790.090.55
HSL306.59º65.47%27.25%-
HSV(B)306.59º79.13%45.1%-
XYZ9.955.3213.87-
YUV60.44153.15166.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.13%
GREEN value IS 24 (9.77% from 255) = 9.84%
BLUE value IS 105 (41.41% from 255) = 43.03%
R=47.13%
G=9.84%
B=43.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152410500.790.090.55306.5965.4727.25
Hex73186904F937133411b
Octal163301510117116746310133
Binary1110011110001101001010011111001110111100110011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731869; }

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

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

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

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

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

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

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

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