#731C63

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

Shades of Palatinate Purple #731C63

Tints of Palatinate Purple #731C63

Color information

#731C63 (or 0x731C63) is unknown color: approx Palatinate Purple. HEX triplet: 73, 1C and 63. RGB value is (115,28,99). Sum of RGB (Red+Green+Blue) = 115+28+99=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #731C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C63 is #8CE39C. Grayscale: #3D3D3D. Windows color (decimal): -9233309 or 6495347. OLE color: 6495347.

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

Color convert

RGB1152899-
CMYK00.760.140.55
HSL311.03º60.84%28.04%-
HSV(B)311.03º75.65%45.1%-
XYZ9.745.3812.33-
YUV62.11148.82165.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.52%
GREEN value IS 28 (11.33% from 255) = 11.57%
BLUE value IS 99 (39.06% from 255) = 40.91%
R=47.52%
G=11.57%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115289900.760.140.55311.0360.8428.04
Hex731C6304CE371373d1c
Octal16334143011416674677534
Binary111001111100110001101001100111011011110011011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,28,99); }

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

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

 a { background-color: rgb(115,28,99); }

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

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

 span { border-color: rgb(115,28,99); }

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