#731D66

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

Shades of Palatinate Purple #731D66

Tints of Palatinate Purple #731D66

Color information

#731D66 (or 0x731D66) is unknown color: approx Palatinate Purple. HEX triplet: 73, 1D and 66. RGB value is (115,29,102). Sum of RGB (Red+Green+Blue) = 115+29+102=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #731D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731D66 is #8CE299. Grayscale: #3E3E3E. Windows color (decimal): -9233050 or 6692211. OLE color: 6692211.

HSL color Cylindrical-coordinate representation of color #731D66: hue angle of 309.07º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #731D66 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11529102-
CMYK00.750.110.55
HSL309.07º59.72%28.24%-
HSV(B)309.07º74.78%45.1%-
XYZ9.915.4813.11-
YUV63.04149.99165.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.75%
GREEN value IS 29 (11.72% from 255) = 11.79%
BLUE value IS 102 (40.23% from 255) = 41.46%
R=46.75%
G=11.79%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152910200.750.110.55309.0759.7228.24
Hex731D6604BB371353c1c
Octal16335146011313674657434
Binary111001111101110011001001011101111011110011010111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731D66; }

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

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

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

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

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

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

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

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