#731B69

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

Shades of Palatinate Purple #731B69

Tints of Palatinate Purple #731B69

Color information

#731B69 (or 0x731B69) is unknown color: approx Palatinate Purple. HEX triplet: 73, 1B and 69. RGB value is (115,27,105). Sum of RGB (Red+Green+Blue) = 115+27+105=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #731B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731B69 is #8CE496. Grayscale: #3D3D3D. Windows color (decimal): -9233559 or 6888307. OLE color: 6888307.

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

Color convert

RGB11527105-
CMYK00.770.090.55
HSL306.82º61.97%27.84%-
HSV(B)306.82º76.52%45.1%-
XYZ10.015.4513.89-
YUV62.2152.15165.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.56%
GREEN value IS 27 (10.94% from 255) = 10.93%
BLUE value IS 105 (41.41% from 255) = 42.51%
R=46.56%
G=10.93%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152710500.770.090.55306.8261.9727.84
Hex731B6904D9371333e1c
Octal16333151011511674637634
Binary111001111011110100101001101100111011110011001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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