#731E6F

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

Shades of Palatinate Purple #731E6F

Tints of Palatinate Purple #731E6F

Color information

#731E6F (or 0x731E6F) is unknown color: approx Palatinate Purple. HEX triplet: 73, 1E and 6F. RGB value is (115,30,111). Sum of RGB (Red+Green+Blue) = 115+30+111=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #731E6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731E6F is #8CE190. Grayscale: #404040. Windows color (decimal): -9232785 or 7282291. OLE color: 7282291.

HSL color Cylindrical-coordinate representation of color #731E6F: hue angle of 302.82º 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 #731E6F is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11530111-
CMYK00.740.030.55
HSL302.82º58.62%28.43%-
HSV(B)302.82º73.91%45.1%-
XYZ10.45.7215.59-
YUV64.65154.16163.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.92%
GREEN value IS 30 (12.11% from 255) = 11.72%
BLUE value IS 111 (43.75% from 255) = 43.36%
R=44.92%
G=11.72%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153011100.740.030.55302.8258.6228.43
Hex731E6F04A33712f3b1c
Octal1633615701123674577334
Binary1110011111101101111010010101111011110010111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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