#731E6B

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

Shades of Palatinate Purple #731E6B

Tints of Palatinate Purple #731E6B

Color information

#731E6B (or 0x731E6B) is unknown color: approx Palatinate Purple. HEX triplet: 73, 1E and 6B. RGB value is (115,30,107). Sum of RGB (Red+Green+Blue) = 115+30+107=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #731E6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731E6B is #8CE194. Grayscale: #3F3F3F. Windows color (decimal): -9232789 or 7020147. OLE color: 7020147.

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

Color convert

RGB11530107-
CMYK00.740.070.55
HSL305.65º58.62%28.43%-
HSV(B)305.65º73.91%45.1%-
XYZ10.195.6314.46-
YUV64.19152.16164.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 30 (12.11% from 255) = 11.90%
BLUE value IS 107 (42.19% from 255) = 42.46%
R=45.63%
G=11.90%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153010700.740.070.55305.6558.6228.43
Hex731E6B04A7371323b1c
Octal1633615301127674627334
Binary11100111111011010110100101011111011110011001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,30,107); }

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

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

 a { background-color: rgb(115,30,107); }

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

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

 span { border-color: rgb(115,30,107); }

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