#731665

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

Shades of Palatinate Purple #731665

Tints of Palatinate Purple #731665

Color information

#731665 (or 0x731665) is unknown color: approx Palatinate Purple. HEX triplet: 73, 16 and 65. RGB value is (115,22,101). Sum of RGB (Red+Green+Blue) = 115+22+101=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #731665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731665 is #8CE99A. Grayscale: #3A3A3A. Windows color (decimal): -9234843 or 6624883. OLE color: 6624883.

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

Color convert

RGB11522101-
CMYK00.810.120.55
HSL309.03º67.88%26.86%-
HSV(B)309.03º80.87%45.1%-
XYZ9.715.1612.8-
YUV58.81151.81168.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.32%
GREEN value IS 22 (8.98% from 255) = 9.24%
BLUE value IS 101 (39.84% from 255) = 42.44%
R=48.32%
G=9.24%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152210100.810.120.55309.0367.8826.86
Hex731665051C37135441b
Octal163261450121146746510433
Binary1110011101101100101010100011100110111100110101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731665; }

 p { color: rgb(115,22,101); }

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

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

 a { background-color: rgb(115,22,101); }

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

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

 span { border-color: rgb(115,22,101); }

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