#731566

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

Shades of Palatinate Purple #731566

Tints of Palatinate Purple #731566

Color information

#731566 (or 0x731566) is unknown color: approx Palatinate Purple. HEX triplet: 73, 15 and 66. RGB value is (115,21,102). Sum of RGB (Red+Green+Blue) = 115+21+102=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #731566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731566 is #8CEA99. Grayscale: #3A3A3A. Windows color (decimal): -9235098 or 6690163. OLE color: 6690163.

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

Color convert

RGB11521102-
CMYK00.820.110.55
HSL308.3º69.12%26.67%-
HSV(B)308.3º81.74%45.1%-
XYZ9.745.1413.05-
YUV58.34152.64168.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.32%
GREEN value IS 21 (8.59% from 255) = 8.82%
BLUE value IS 102 (40.23% from 255) = 42.86%
R=48.32%
G=8.82%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152110200.820.110.55308.369.1226.67
Hex731566052B37134451b
Octal163251460122136746410533
Binary1110011101011100110010100101011110111100110100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731566; }

 p { color: rgb(115,21,102); }

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

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

 a { background-color: rgb(115,21,102); }

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

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

 span { border-color: rgb(115,21,102); }

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